-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.json
More file actions
24 lines (20 loc) · 759 Bytes
/
env.json
File metadata and controls
24 lines (20 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"requestRetrievalFunction": {
"REGION": "eu-central-1",
"EMAILS_TABLE": "perpetual-powers-of-tau",
"EMAIL_FROM": "contact@perpetualpowersoftau.com",
"EMAIL_RETURN": "nico@inno-maps.com",
"TOKEN_WEB_PAGE": "http://localhost:5173/?token=",
"JWT_PRIVATE_KEY": "super-secret-sha256-hex-string",
"JWT_EXPIRATION_TIME": 300000,
"TRIES_LIMIT": 1,
"TIME_TO_EXPIRE_SPAM": 50,
"TIME_TO_EXPIRE_CONFIRMED_EMAIL": 30,
"S3_BUCKET_NAME": "perpetual-powers-of-tau",
"S3_PREFIX": "challenges",
"RETRIEVAL_TYPE": "Bulk",
"DAYS_TO_RESTORE": 1,
"ACCESS_CONTROL_ALLOW_ORIGIN": "*",
"ACCESS_CONTROL_ALLOW_METHODS": "GET, POST, OPTIONS"
}
}