2024-10-01 12:17:10 +00:00
|
|
|
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
|
2024-10-21 10:22:32 +00:00
|
|
|
LRN="lrn://{{ authority_name }}/deployers/webapp-deployer-api.pwa.{{ full_domain }}"
|
2024-10-01 12:17:10 +00:00
|
|
|
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"
|
2024-10-21 10:22:32 +00:00
|
|
|
export HANDLE_AUCTION_REQUESTS={{ handle_auction_requests }}
|
|
|
|
export AUCTION_BID_AMOUNT={{ auction_bid_amount }}
|