29 lines
942 B
Plaintext
29 lines
942 B
Plaintext
|
DEPLOYMENT_DNS_SUFFIX="pwa.{{ full_domain }}"
|
||
|
|
||
|
# Name of reserved authority
|
||
|
DEPLOYMENT_RECORD_NAMESPACE="{{ authority_name }}"
|
||
|
|
||
|
# url of the deployed docker image registry
|
||
|
IMAGE_REGISTRY="container-registry.pwa.{{ full_domain }}"
|
||
|
|
||
|
# 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.{{ full_domain }}"
|
||
|
export OPENPGP_PRIVATE_KEY_FILE="webapp-deployer-api.{{ full_domain }}.pgp.key"
|
||
|
export OPENPGP_PASSPHRASE="{{ deployer_gpg_passphrase }}"
|
||
|
export DEPLOYER_STATE="srv-test/deployments/autodeploy.state"
|
||
|
export UNDEPLOYER_STATE="srv-test/deployments/autoundeploy.state"
|
||
|
export UPLOAD_DIRECTORY="srv-test/uploads"
|