Skip to content

Commit

Permalink
trying to deploy to heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandogaol committed Jun 6, 2020
1 parent fbd7458 commit 1c5718e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NODE_ENV=development
PORT=8000
DATABASE_URL="postgresql://dunder_mifflin:ronaldo321@localhost/gtpro"
TEST_DATABASE_URL="postgresql://dunder_mifflin:ronaldo321@localhost/gtpro-test"
JWT_SECRET="noScrets"
JWT_EXPIRY="1h"
DATABASE_URL='postgresql://dunder_mifflin:ronaldo321@localhost/gtpro'
TEST_DATABASE_URL='postgresql://dunder_mifflin:ronaldo321@localhost/gtpro-test'
JWT_SECRET='noScrets'
JWT_EXPIRY='1h'

0 comments on commit 1c5718e

Please sign in to comment.