We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59bb99 commit ea2f984Copy full SHA for ea2f984
lambda_function/config.py
@@ -180,7 +180,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
180
"PING_ROUTE": f"/{ID}/geode/opengeodeweb_back/ping",
181
"ORIGINS": "https://pegghy.geode-solutions.com",
182
"SECONDS_BETWEEN_TRIES": 0.25,
183
- "SECURITY_GROUP": "sg-0352ea112857ae7b9",
+ "SECURITY_GROUP": "sg-02d7a875e41282ee8",
184
"SUBNET_ID": "subnet-0882d674b17515f6a",
185
"TASK_DEF_NAME": "PEGGHy-Master",
186
"VPC_ID": "vpc-0e58c4d6976fb2aac",
@@ -199,7 +199,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
199
200
"ORIGINS": "https://next.pegghy.geode-solutions.com",
201
202
203
204
"TASK_DEF_NAME": "PEGGHy-Next",
205
0 commit comments