Files
intrasys/.env
2025-07-04 17:19:36 +08:00

10 lines
191 B
Bash

INTRASYS_HOST=0.0.0.0
INTRASYS_PORT=8080
PGUSER=postgres
PGHOST=127.0.0.1
PGPASSWORD=password
INTRASYS_LOG=trace
#Only use for tests
DATABASE_URL=postgres://postgres:password@localhost:5432