auth-api/.env_example

5 lines
178 B
Plaintext
Raw Normal View History

2021-01-02 11:56:24 +01:00
ADMIN_API_KEY=changeMe
DATABASE_URL=postgres://postgres:puIleHgcpsvDr360ttUo@postgres:5432/auth?sslmode=disable
JWT_SHARED_SECRET=changeMe
LOG_MIN_LVL=Debug
2020-12-29 13:46:58 +01:00
WEB_BIND_HOST=":4000"