auth-api/.env_example
Lilleman c4a97644ed
Some checks reported errors
continuous-integration/drone Build encountered an error
Updating versions and changing log system
2023-02-20 23:54:02 +01:00

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"