Skip to content

Commit 16c15d3

Browse files
Merge pull request #17 from Geode-solutions/fix/vease_healthcheck
feat(config): vease config
2 parents 10e14b0 + a3bd1e8 commit 16c15d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lambda_function/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
116116
"environment": [{"name": "ID", "value": ID}],
117117
},
118118
"HEALTHCHECK_PORT": 443,
119-
"HEALTHCHECK_ROUTE": f"/{ID}/geode/healthcheck",
119+
"HEALTHCHECK_ROUTE": f"/{ID}/geode/vease_back/healthcheck",
120120
"LISTENER_ARN": "arn:aws:elasticloadbalancing:eu-west-3:622060531233:listener/app/ApiGeodeSolutions/4a4814e5912d42aa/70716e78eabafa1f",
121121
"PING_ROUTE": f"/{ID}/opengeodeweb_back/ping",
122122
"ORIGINS": "https://vease.geode-solutions.com",
@@ -135,7 +135,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
135135
"environment": [{"name": "ID", "value": ID}],
136136
},
137137
"HEALTHCHECK_PORT": 443,
138-
"HEALTHCHECK_ROUTE": f"/{ID}/geode/healthcheck",
138+
"HEALTHCHECK_ROUTE": f"/{ID}/geode/vease_back/healthcheck",
139139
"LISTENER_ARN": "arn:aws:elasticloadbalancing:eu-west-3:622060531233:listener/app/ApiGeodeSolutions/4a4814e5912d42aa/70716e78eabafa1f",
140140
"PING_ROUTE": f"/{ID}/opengeodeweb_back/ping",
141141
"ORIGINS": "https://next.vease.geode-solutions.com",
@@ -154,7 +154,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
154154
"environment": [{"name": "ID", "value": ID}],
155155
},
156156
"HEALTHCHECK_PORT": 443,
157-
"HEALTHCHECK_ROUTE": f"/{ID}/geode/healthcheck",
157+
"HEALTHCHECK_ROUTE": f"/{ID}/geode/vease_back/healthcheck",
158158
"LISTENER_ARN": "arn:aws:elasticloadbalancing:eu-west-3:622060531233:listener/app/ApiGeodeSolutions/4a4814e5912d42aa/70716e78eabafa1f",
159159
"ORIGINS": "TO_COMPLETE",
160160
"PING_ROUTE": f"/{ID}/geode/opengeodeweb_back/ping",

0 commit comments

Comments
 (0)