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

add NEXTAUTH_URL to environment variables
pull/45/head
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
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'