Skip to content

Commit ff258a5

Browse files
emilienchvtAdityaPimpalkar
authored andcommitted
Fix env variables for dev setup (twentyhq#1031)
1 parent 3f4542b commit ff258a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/.env.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PG_DATABASE_URL=postgres://postgres:postgrespassword@localhost:5432/default?connection_limit=1
2-
FRONT_BASE_URL=http://localhost:3001
1+
PG_DATABASE_URL=postgres://postgres:postgrespassword@postgres:5432/default?connection_limit=1
2+
FRONT_BASE_URL=http://localhost:3000
33
ACCESS_TOKEN_SECRET=replace_me_with_a_random_string
44
LOGIN_TOKEN_SECRET=replace_me_with_a_random_string
55
REFRESH_TOKEN_SECRET=replace_me_with_a_random_string

0 commit comments

Comments
 (0)