trips) adding initial commit
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# Synology SSO (OIDC) — values come from DSM > SSO Server > Application
|
||||
SYNOLOGY_ISSUER=https://cloud.campbellwireless.net/auth/webman/sso
|
||||
PROTOCOL_HEADER=x-forwarded-proto
|
||||
HOST_HEADER=x-forwarded-host
|
||||
SYNOLOGY_CLIENT_ID=
|
||||
SYNOLOGY_CLIENT_SECRET=
|
||||
|
||||
# Auth.js — set the full public URL so callbacks use https
|
||||
AUTH_URL=https://cloud.campbellwireless.net/trips/auth
|
||||
# Auth.js secret — generate with: openssl rand -base64 32
|
||||
AUTH_SECRET=
|
||||
|
||||
# Database
|
||||
# SQLite (default): file:trips.db
|
||||
# Postgres (future): postgresql://user:password@host:5432/trips
|
||||
DATABASE_URL=file:trips.db
|
||||
Reference in New Issue
Block a user