Skip to content

Commit

Permalink
fix(env): added missing env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawangg committed Jan 31, 2024
1 parent d18fbc4 commit 5cc63e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ AUTH_SECRET=The secret used to sign the JWT tokens (generate with `openssl rand
BUNDLE_ANALYZE=Set to true to enable bundle analyzer (default should be false)

DB_URL=The postgres database URL (ex: postgres://user:password@host:port/database)

NEXT_PUBLIC_DEBUG=Enable 3d debug mode
1 change: 1 addition & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
AUTH_SECRET: fake
BUNDLE_ANALYZE: fake
DB_URL: fake
NEXT_PUBLIC_DEBUG: fake

jobs:
format:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
AUTH_SECRET: fake
BUNDLE_ANALYZE: fake
DB_URL: fake
NEXT_PUBLIC_DEBUG: fake

jobs:
format:
Expand Down

0 comments on commit 5cc63e0

Please sign in to comment.