29 lines
931 B
Plaintext
29 lines
931 B
Plaintext
|
DEPLOYMENT_DNS_SUFFIX="pwa.{{ dns_domain }}.com"
|
||
|
|
||
|
# Name of reserved authority
|
||
|
DEPLOYMENT_RECORD_NAMESPACE="{{ authority_name }}"
|
||
|
|
||
|
# url of the deployed docker image registry
|
||
|
IMAGE_REGISTRY="container-registry.pwa.{{ dns_domain }}.com"
|
||
|
|
||
|
# htpasswd credentials
|
||
|
IMAGE_REGISTRY_USER="{{ container_registry_username }}"
|
||
|
IMAGE_REGISTRY_CREDS="{{ container_registry_password }}"
|
||
|
|
||
|
# configs
|
||
|
CLEAN_DEPLOYMENTS=false
|
||
|
CLEAN_LOGS=false
|
||
|
CLEAN_CONTAINERS=false
|
||
|
SYSTEM_PRUNE=false
|
||
|
WEBAPP_IMAGE_PRUNE=true
|
||
|
CHECK_INTERVAL=5
|
||
|
FQDN_POLICY="allow"
|
||
|
|
||
|
# lrn of the webapp deployer
|
||
|
LRN="lrn://{{ authority_name }}/deployers/webapp-deployer-api.{{ dns_domain }}.com"
|
||
|
export OPENPGP_PRIVATE_KEY_FILE="webapp-deployer-api.{{ dns_domain }}.com.pgp.key"
|
||
|
export OPENPGP_PASSPHRASE="SECRET"
|
||
|
export DEPLOYER_STATE="srv-test/deployments/autodeploy.state"
|
||
|
export UNDEPLOYER_STATE="srv-test/deployments/autoundeploy.state"
|
||
|
export UPLOAD_DIRECTORY="srv-test/uploads"
|