-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.test.example
More file actions
61 lines (49 loc) · 2.23 KB
/
.env.test.example
File metadata and controls
61 lines (49 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# CCE test environment file (Sub-10c)
# Copy to C:\ProgramData\CCE\.env.test on the test host.
CCE_REGISTRY_OWNER=<github-org-or-user>
CCE_IMAGE_TAG=latest
INFRA_SQL=Server=host.docker.internal,1433;Database=CCE_test;User Id=cce_app;Password=<set-me>;TrustServerCertificate=True;Encrypt=True
INFRA_REDIS=host.docker.internal:6379
# ─── Identity (Entra ID — Sub-11) ───────────────────────────────────────────
# Tenant + provisioner app for infra/entra/apply-app-registration.ps1.
# (Provisioner app is separate from the runtime CCE app — split privilege.)
ENTRA_TENANT_ID=<set-me>
ENTRA_PROVISIONER_CLIENT_ID=<set-me>
ENTRA_PROVISIONER_CLIENT_SECRET=<set-me>
# Runtime CCE app — populated AFTER apply-app-registration.ps1 first run.
ENTRA_CLIENT_ID=<set-me>
ENTRA_CLIENT_SECRET=<set-me>
ENTRA_AUDIENCE=api://<runtime-app-client-id>
ENTRA_GRAPH_TENANT_ID=<set-me>
ENTRA_GRAPH_TENANT_DOMAIN=cce.onmicrosoft.com
# Hostname-to-redirect-URI mapping (consumed by apply-app-registration.ps1
# manifest substitution step). One per env across both BFFs.
HOSTNAME_PORTAL_TEST=taqah-portal-test.example.com
HOSTNAME_PORTAL_PREPROD=taqah-portal-preprod.example.com
HOSTNAME_PORTAL_PROD=taqah-portal.example.com
HOSTNAME_PORTAL_DR=taqah-portal-dr.example.com
HOSTNAME_CMS_TEST=taqah-cms-test.example.com
HOSTNAME_CMS_PREPROD=taqah-cms-preprod.example.com
HOSTNAME_CMS_PROD=taqah-cms.example.com
HOSTNAME_CMS_DR=taqah-cms-dr.example.com
IIS_CERT_THUMBPRINT=
IIS_CERT_PFX_PATH=
IIS_CERT_PFX_PASSWORD=
IIS_HOSTNAMES=cce-ext-test,cce-admin-panel-test,api.cce-test,api.cce-admin-panel-test
ASSISTANT_PROVIDER=stub # test uses stub by default
ANTHROPIC_API_KEY=
LOG_LEVEL=Debug # verbose for test
SENTRY_DSN=
SENTRY_ENVIRONMENT=test
SENTRY_RELEASE=latest
MIGRATE_ON_DEPLOY=true
MIGRATE_SEED_REFERENCE=true
AUTO_ROLLBACK=true # test gets fast-feedback rollback
BACKUP_UNC_HOST=backup-server.cce.local
BACKUP_UNC_SHARE=cce-backups
BACKUP_UNC_USER=<set-me>
BACKUP_UNC_PASSWORD=<set-me>
BACKUP_RETENTION_DAYS_FULL=3 # shorter for test
BACKUP_RETENTION_DAYS_DIFF=3
BACKUP_RETENTION_HOURS_LOG=12
CCE_GHCR_TOKEN=