1[staging] 2cldr-smoke.unicode.org 3cldr-staging.unicode.org 4 5[staging:vars] 6# dd_env is the DataDog environment, staging vs prod 7dd_env=staging 8 9[prod] 10st.unicode.org 11 12[prod:vars] 13# dd_env is the DataDog environment, staging vs prod 14dd_env=prod 15 16# CLDR Commit Checker web hosting here 17[ccc] 18cldr-smoke.unicode.org 19 20# "surveytool" includes both prod and staging 21[surveytool:children] 22staging 23prod 24 25# encrypt all of the surveytool hosts 26[letsencrypt:children] 27surveytool 28 29# auto-backup cldr db only for production 30[backupdb:children] 31prod 32 33# redact cldr db only for staging (cldr-smoke) 34[redactdb:children] 35staging 36