Skip to content

Commit 0ee0aff

Browse files
remove unused config
1 parent c81fc81 commit 0ee0aff

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

cicd/3-app/aiproxy/config/production.config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"Parameters": {
3-
"BaseDomainName": "code.org",
4-
"BaseDomainNameHostedZonedID": "Z2LCOI49SCXUGU"
3+
"BaseDomainName": "code.org"
54
},
65
"Tags": {
76
"EnvType": "production"

cicd/3-app/aiproxy/config/test.config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"Parameters": {
3-
"BaseDomainName": "code.org",
4-
"BaseDomainNameHostedZonedID": "Z2LCOI49SCXUGU"
3+
"BaseDomainName": "code.org"
54
},
65
"Tags": {
76
"EnvType": "test"

0 commit comments

Comments
 (0)