Skip to content

Commit

Permalink
chore: add new CTFd env vars to template
Browse files Browse the repository at this point in the history
  • Loading branch information
netr0m authored and netr0m committed Apr 5, 2024
1 parent fbc4f05 commit 4905f89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ export JUICE_FQDN=""
# Email address to receive TLS certificate expiration notices from LetsEncrypt (optional, but must be set)
export TLS_CERT_EMAIL="[email protected]"

# Password for the CTFd admin user (required)
export CTFD_ADMIN_PASSWORD=""

# CTFd registration code (optional)
export CTFD_REGISTRATION_CODE=""

## Services
# Whether to manage the monitoring solution (optional, defaults to false)
export MANAGE_MONITORING=0
Expand Down

0 comments on commit 4905f89

Please sign in to comment.