auth-api/.env_example
2021-01-06 19:35:03 +01:00

4 lines
137 B
Plaintext

ADMIN_API_KEY=changeMe
DATABASE_URL="postgresql://postgres:postgres@127.0.0.1:5432/auth"
JWT_SHARED_SECRET=changeMe
WEB_BIND_HOST=":4000"