Skip to content

Commit

Permalink
ui server migration
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Mar 21, 2024
1 parent cb83d6e commit a9ef92b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src-colladmin/config/database.ssm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ default:
match: '.*x2-stg$'
endpoints:
ui:
state: "/state.json"
audit_rep: "/state-audit-replic.json"
+ALB: "{!ENV: MERRITT_PATH}/state.json"
-al2-config: "#default"
ldap:
-ALB: "https://{!SSM: ldap/host}"
al2023prd:
Expand Down Expand Up @@ -112,8 +110,8 @@ default:
start: "{!SSM: replic/port}/service/start?t=json"
stop: "{!SSM: replic/port}/service/stop?t=json"
ui:
state: "/state.json"
audit_rep: "/state-audit-replic.json"
state: "{!SSM: ui/port}/state.json"
audit_rep: "{!SSM: ui/port}/state-audit-replic.json"
+ALB: "{!ENV: MERRITT_PATH}/state.json"
ldap:
-ALB: "https://{!SSM: ldap/host}"
Expand Down Expand Up @@ -157,8 +155,8 @@ default:
start: "{!SSM: replic/port}/service/start?t=json"
stop: "{!SSM: replic/port}/service/stop?t=json"
ui:
state: "/state.json"
audit_rep: "/state-audit-replic.json"
state: "{!SSM: ui/port}/state.json"
audit_rep: "{!SSM: ui/port}/state-audit-replic.json"
+ALB: "{!ENV: MERRITT_PATH}/state.json"
ldap:
-ALB: "https://{!SSM: ldap/host}"
Expand Down

0 comments on commit a9ef92b

Please sign in to comment.