doc tweaks

This commit is contained in:
2021-01-06 19:35:03 +01:00
parent 8bc519e42b
commit 8dc20a4eb0
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
ADMIN_API_KEY=changeMe
DATABASE_URL="postgresql://postgres:postgres@127.0.0.1:5432/pwrpln"
DATABASE_URL="postgresql://postgres:postgres@127.0.0.1:5432/auth"
JWT_SHARED_SECRET=changeMe
WEB_BIND_HOST=":4000"