All checks were successful
Build and Push Image / spfn-website (push) Successful in 3m19s
remove old admin panel, update plugin, etc.
9 lines
289 B
Shell
9 lines
289 B
Shell
# 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
|
|
ACCOUNT_URL=https://account.spbr.net
|
|
ACCOUNT_CLIENT_ID=account
|
|
ACCOUNT_CLIENT_SECRET=secret
|