auth-api/.env_example

4 lines
139 B
Plaintext

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