feat: bootstrap next.js + tailwind + deps
This commit is contained in:
20
.env.example
Normal file
20
.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# Database
|
||||
DATABASE_URL=postgresql://preistracker:CHANGEME@localhost:5432/preistracker
|
||||
|
||||
# Zitadel OIDC
|
||||
ZITADEL_ISSUER=https://auth.kuns.dev
|
||||
ZITADEL_CLIENT_ID=
|
||||
ALLOWED_USER_IDS=
|
||||
|
||||
# Session (32+ chars, random)
|
||||
SESSION_PASSWORD=
|
||||
|
||||
# Pushover
|
||||
PUSHOVER_TOKEN=
|
||||
PUSHOVER_USER=
|
||||
|
||||
# Cron secret (any random string)
|
||||
CRON_SECRET=
|
||||
|
||||
# Public URL (for OIDC redirects)
|
||||
NEXT_PUBLIC_BASE_URL=http://localhost:3000
|
||||
Reference in New Issue
Block a user