Skip to content

Commit db9dedc

Browse files
authored
Update al-go template cfg
1 parent 6a8d9a7 commit db9dedc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.AL-Go/settings.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@
44
"TESTING",
55
"PRODUCTION (Production)"
66
],
7-
"TESTING_AuthContextSecretName": "DEVELOPMENT_AUTHCONTEXT",
8-
"PRODUCTION_AuthContextSecretName": "DEVELOPMENT_AUTHCONTEXT",
7+
"DeployToTESTING": {
8+
"EnvironmentName": "TESTING",
9+
"Projects": "*",
10+
"SyncMode": "ForceSync"
11+
},
12+
"DeployToPRODUCTION": {
13+
"EnvironmentName": "PRODUCTION",
14+
"Projects": "*",
15+
"ContinuousDeployment": false
16+
},
917
"appFolders": [],
1018
"testFolders": [],
1119
"bcptTestFolders": [],

0 commit comments

Comments
 (0)