Skip to content

Commit 54da98f

Browse files
API_URL
1 parent ea2f984 commit 54da98f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambda_function/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
167167
},
168168
"PEGGHY": {
169169
"MASTER": {
170-
"API_URL": "https://api.pegghy.geode-solutions.com",
170+
"API_URL": "https://api_pegghy.geode-solutions.com",
171171
"ASSIGN_PUBLIC_IP": "ENABLED",
172172
"CLUSTER_NAME": "PEGGHy-Master",
173173
"ENVIRONMENT_VARIABLES": {
@@ -186,7 +186,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
186186
"VPC_ID": "vpc-0e58c4d6976fb2aac",
187187
},
188188
"NEXT": {
189-
"API_URL": "https://api.pegghy.geode-solutions.com",
189+
"API_URL": "https://api_pegghy.geode-solutions.com",
190190
"ASSIGN_PUBLIC_IP": "ENABLED",
191191
"CLUSTER_NAME": "PEGGHy-Next",
192192
"ENVIRONMENT_VARIABLES": {

0 commit comments

Comments
 (0)