add NEXTAUTH_URL to environment variables

This commit is contained in:
Marc Seitz 2021-04-15 23:27:24 +03:00
parent d1f602b616
commit 2891470670

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'