diff --git a/infrastructure/cdn-in-a-box/variables.env b/infrastructure/cdn-in-a-box/variables.env index eda91da214..fb65bbcc77 100644 --- a/infrastructure/cdn-in-a-box/variables.env +++ b/infrastructure/cdn-in-a-box/variables.env @@ -21,7 +21,7 @@ TLD_DOMAIN=ciab.test INFRA_SUBDOMAIN=infra CDN_NAME=CDN-in-a-Box CDN_SUBDOMAIN=mycdn -DS_HOSTS=demo1 demo2 demo3 +DS_HOSTS='demo1 demo2 demo3' FEDERATION_CNAME=foo.kabletown.net. X509_CA_NAME=CIAB-CA X509_CA_COUNTRY=US @@ -80,7 +80,7 @@ TM_LOG_INFO=stdout TM_LOG_DEBUG=stdout TO_ADMIN_PASSWORD=twelve12 TO_ADMIN_USER=admin -TO_ADMIN_FULL_NAME=James Cole +TO_ADMIN_FULL_NAME='James Cole' # Set ENROLLER_DEBUG_ENABLE to true`to debug the enroller with Delve ENROLLER_DEBUG_ENABLE=false # To debug a t3c component with Delve in the `edge` container, set T3C_DEBUG_COMPONENT_EDGE to t3c-apply, t3c-check, t3c-check-refs, t3c-check-reload, t3c-diff, t3c-generate, t3c-request, or t3c-update