Merge pull request 'add example .env' (#2) from zramsay-patch-1 into main

Reviewed-on: #2
This commit is contained in:
zramsay 2024-07-23 16:41:09 +00:00
commit 9673911de2

12
.env Normal file
View File

@ -0,0 +1,12 @@
DEPLOYMENT_DNS_SUFFIX="pwa.example.com"
DEPLOYMENT_RECORD_NAMESPACE="must-match-authority"
IMAGE_REGISTRY="container-registry.pwa.example.com"
IMAGE_REGISTRY_USER="user-htpasswd"
IMAGE_REGISTRY_CREDS="plaintext-htpasswd"
CLEAN_DEPLOYMENTS=false
CLEAN_LOGS=false
CLEAN_CONTAINERS=false
SYSTEM_PRUNE=false
WEBAPP_IMAGE_PRUNE=true
CHECK_INTERVAL=5
FQDN_POLICY="allow"