Skip to content

Commit

Permalink
Fix env variables for dev setup (twentyhq#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilienchvt authored and AdityaPimpalkar committed Aug 3, 2023
1 parent 962d1f7 commit 0ccf784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PG_DATABASE_URL=postgres://postgres:postgrespassword@localhost:5432/default?connection_limit=1
FRONT_BASE_URL=http://localhost:3001
PG_DATABASE_URL=postgres://postgres:postgrespassword@postgres:5432/default?connection_limit=1
FRONT_BASE_URL=http://localhost:3000
ACCESS_TOKEN_SECRET=replace_me_with_a_random_string
LOGIN_TOKEN_SECRET=replace_me_with_a_random_string
REFRESH_TOKEN_SECRET=replace_me_with_a_random_string
Expand Down

0 comments on commit 0ccf784

Please sign in to comment.