Skip to content

Commit 6001da2

Browse files
test
1 parent 73436ed commit 6001da2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lambda_function/config.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,22 +187,22 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
187187
},
188188
"NEXT": {
189189
"API_URL": "https://api_pegghy.geode-solutions.com",
190-
"ASSIGN_PUBLIC_IP": "DISABLED",
190+
"ASSIGN_PUBLIC_IP": "ENABLED",
191191
"CLUSTER_NAME": "PEGGHy-Next",
192192
"ENVIRONMENT_VARIABLES": {
193193
"name": "geode",
194194
"environment": [{"name": "ID", "value": ID}],
195195
},
196196
"HEALTHCHECK_PORT": 443,
197197
"HEALTHCHECK_ROUTE": f"/{ID}/geode/pegghy_back/healthcheck",
198-
"LISTENER_ARN": "arn:aws:elasticloadbalancing:eu-west-3:622060531233:listener/app/PEGGHy/ae2d472148468ed0/be8ca0ad1f0d75c8",
198+
"LISTENER_ARN": "arn:aws:elasticloadbalancing:eu-west-3:622060531233:listener/app/PEGGHy/2bc668aa6572dc0d/11047782bcf22492",
199199
"PING_ROUTE": f"/{ID}/geode/opengeodeweb_back/ping",
200200
"ORIGINS": "https://next.pegghy.geode-solutions.com",
201201
"SECONDS_BETWEEN_TRIES": 0.25,
202-
"SECURITY_GROUP": "sg-0a7acf0386920389f",
203-
"SUBNET_ID": "subnet-0b1cdf95eef16b6cc",
202+
"SECURITY_GROUP": "sg-0507177ae1a0a2796",
203+
"SUBNET_ID": "subnet-0ddd21551c966ef92",
204204
"TASK_DEF_NAME": "PEGGHy-Next",
205-
"VPC_ID": "vpc-0b6bc4c43a214f137",
205+
"VPC_ID": "vpc-000d69bd0f58eb02f",
206206
},
207207
},
208208
}

0 commit comments

Comments
 (0)