rest-api-prototype/.env.dist

11 lines
205 B
Plaintext
Raw Permalink Normal View History

2022-03-11 18:08:03 +01:00
# Server config
SERVER_IP=127.0.0.1
SERVER_PORT=8000
# Auth config
AUTH_SECRET_HMAC=HmacSecretToken
AUTH_TOKEN_EXPIRE_TIME=5
# Database config
DATABASE_URL=postgres://username:password@host:port/db_name