update database URL

pull/849/head
Seb Zapata 2021-11-18 15:04:46 +00:00
parent c881751e4f
commit 4181f2f07b
2 changed files with 3 additions and 1 deletions

2
.env Normal file
View File

@ -0,0 +1,2 @@
DATABASE_URL=postgres://mxzhoqkw:cMsqsmqmaLSffK3NB7AEdzOQoV1kO-Z4@fanny.db.elephantsql.com/mxzhoqkw
HASH_SALT=anotherRandomString

2
.gitignore vendored
View File

@ -32,7 +32,7 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
# local env files # local env files
.env #.env
.env.development.local .env.development.local
.env.test.local .env.test.local
.env.production.local .env.production.local