auth-api/.env_example
lilleman 4f3ec5fd69
All checks were successful
Test and build / build (push) Successful in 39s
Updated swagger stuff
2024-02-04 06:46:48 +01:00

7 lines
218 B
Plaintext

ADMIN_API_KEY=changeMe
DATABASE_URL=postgres://postgres:puIleHgcpsvDr360ttUo@postgres:5432/auth?sslmode=disable
JWT_SHARED_SECRET=changeMe
LOG_MIN_LVL=Debug
PUBLIC_HOST=localhost:4000
URL_PREFIX=/
WEB_BIND_HOST=":4000"