forked from coop-cloud/example
7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
export APP=${REPO_NAME_KEBAB}
|
|
|
|
export DOMAIN=${REPO_NAME_KEBAB}.example.com
|
|
## Domain aliases
|
|
#export EXTRA_DOMAINS=', `www.${REPO_NAME_KEBAB}.example.com`'
|
|
export LETS_ENCRYPT_ENV=production
|