Skip to content

Commit

Permalink
return example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
holliskuang committed Apr 2, 2023
1 parent 202f96f commit e02d871
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
BASE_URL=http://localhost:3000
DATABASE_URL=postgres://postgres@db/bats
DATABASE_LOGGING=
HOST=0.0.0.0
PORT=3000
PR_CLIENT_ID=replaceme
PR_CLIENT_SECRET=replaceme
REACT_APP_DISABLE_CODE_3=
REACT_APP_DISABLE_PILOT_HOSPITALS=
REACT_APP_PILOT_SHOW_ALL_RINGDOWNS=
SESSION_SECRET=makeitasecretinprod

EMS_USER=[email protected]
EMS_PASS=abcd1234
HOSPITAL_USER=[email protected]
HOSPITAL_PASS=abcd1234

0 comments on commit e02d871

Please sign in to comment.