spfn-website/.env.example

9 lines
289 B
Shell
Raw Permalink Normal View History

2026-06-23 19:36:04 +01:00
# Specify the host and port the website will be hosted on, defaults to these
APP_HOST=0.0.0.0
APP_PORT=80
# Account Client and Secret
# Token generation will always fail if no secret is specified
2026-06-23 20:22:57 +01:00
ACCOUNT_URL=https://account.spfn.net
2026-06-23 19:36:04 +01:00
ACCOUNT_CLIENT_ID=account
ACCOUNT_CLIENT_SECRET=secret