auth-api/.env_example

5 lines
178 B
Plaintext

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