Skip to content

Commit

Permalink
Restore .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
keyansheng committed Mar 20, 2024
1 parent 2844a89 commit 622bc5a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
HOST=localhost
PORT=8080

DB_TIMEZONE=Asia/Singapore
DB_HOSTNAME=localhost
DB_PORT=5432
DB_USERNAME=postgres
DB_PASSWORD=
DB_NAME=

SENTRY_DSN=

JWKS_ENDPOINT=

# only for non-development mode
ALLOWED_ORIGIN_1=
ALLOWED_ORIGIN_2=
# ... and so on

0 comments on commit 622bc5a

Please sign in to comment.