Skip to content

Commit b17409a

Browse files
test
1 parent 896fa05 commit b17409a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.pytest_cache
22
.vscode
33
__pycache__
4-
.my_py_cache
4+
/.my_py_cache

lambda_function/config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,14 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None):
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/843c38c1cf0677f6/c53304d0e019a95b",
198+
"LISTENER_ARN": "arn:aws:elasticloadbalancing:eu-west-3:622060531233:listener/app/PEGGHy/ae2d472148468ed0/be8ca0ad1f0d75c8",
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-0a5be644acc3e3d13",
203-
"SUBNET_ID": "subnet-09d53738b2e1a1f0e",
202+
"SECURITY_GROUP": "sg-0b95f2fc216b84db5",
203+
"SUBNET_ID": "subnet-0b1cdf95eef16b6cc",
204204
"TASK_DEF_NAME": "PEGGHy-Next",
205-
"VPC_ID": "vpc-0b12644328eee10bf",
205+
"VPC_ID": "vpc-0b6bc4c43a214f137",
206206
},
207207
},
208208
}

0 commit comments

Comments
 (0)