Skip to content

Commit

Permalink
prep for service-key changes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Dec 22, 2023
1 parent 5de9469 commit d438b3c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ const SETTING = {
},
],
},
[SETTING_TYPE.REG]: {
name: "registry app",
[SETTING_TYPE.REGISTRY_APP]: {
config: "regAppName",
name: "saas-registry app",
Expand All @@ -50,7 +48,6 @@ const SETTING = {
},
],
},
[SETTING_TYPE.CDS]: {
[SETTING_TYPE.CDS_APP]: {
config: "cdsAppName",
name: "cds-mtx app",
Expand All @@ -77,7 +74,6 @@ const SETTING = {
},
],
},
[SETTING_TYPE.SRV]: {
[SETTING_TYPE.SERVER_APP]: {
config: "srvAppName",
name: "server app",
Expand Down

0 comments on commit d438b3c

Please sign in to comment.