Merge pull request #25 from mfts/pr-env-variables

add NEXTAUTH_URL to environment variables
This commit is contained in:
Bailey Pumfleet 2021-04-16 11:59:51 +01:00 committed by GitHub
commit bd84803700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'