add NEXTAUTH_URL to environment variables

pull/25/head
Marc Seitz 2021-04-15 23:27:24 +03:00
parent d1f602b616
commit 2891470670
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
DATABASE_URL='postgresql://<user>:<pass>@<db-host>:<db-port>'
GOOGLE_API_CREDENTIALS='secret'
GOOGLE_API_CREDENTIALS='secret'
NEXTAUTH_URL='http://localhost:3000'