16 lines
322 B
Bash
16 lines
322 B
Bash
# Domain Information
|
|
DOMAIN_NAME=example.com
|
|
|
|
# Subdomain Information (DO NOT EDIT AFTER RUNNING ONCE)
|
|
WEBMAIL_SUBDOMAIN=mail
|
|
MAIL_SUBDOMAIN=mx
|
|
|
|
# Secret Keys
|
|
# This should be generated automatically.
|
|
BULWARK_SECRET=
|
|
OAUTH_SECRET=
|
|
|
|
# Testing Stuff
|
|
# Leave CADDY_TLS blank to automatically obtain a certificate.
|
|
CADDY_TLS=
|