auth-api/.env_example
Lilleman 3abefb9adf
Some checks failed
continuous-integration/drone/push Build is failing
Fixed internal server error for trying to login with wrong username
2022-02-27 17:32:30 +01:00

4 lines
160 B
Plaintext

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