-
Notifications
You must be signed in to change notification settings - Fork 3
/
secrets.json.template
41 lines (40 loc) · 1.06 KB
/
secrets.json.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"SECRET_KEY": "j@7*rtssewjfhix2f^7&1iypigm=o4ju1qtdd!)ad$s1*hlkj2",
"DEBUG": true,
"ALLOWED_HOSTS": [],
"LOGGING": {"FOLDER": "logs"},
"DATABASES": {
"DEFAULT": {
"NAME": "cosmos_website_test",
"USER": "github_actions",
"PASSWORD": "2020123",
"HOST": "localhost",
"PORT": 5432,
"OPTIONS": {
"options": ""
}
}
},
"CACHE": {
"REDIS_URL": "redis://localhost:6379/1"
},
"CELERY": {
"REDIS_URL": "redis://localhost:6379/2"
},
"SENDGRID_WEBHOOK_SIGNATURE": "",
"EMAIL": {
"FROM_EMAIL": "[email protected]",
"HOST": "smtp.sendgrid.net",
"PORT": 587,
"USERNAME": "apikey",
"PASSWORD": "fakekey",
"USE_TLS": true
},
"PRETIX_DOMAIN": "http://localhost:8345",
"PRETIX_AUTHORIZATION_HEADER": {
"Authorization": "Token qe7op3k271qtdi1pspbdpxlhcm7oyve4fgkxdrkcucrjmiwdey8bdebcokz4ar8y"
},
"TOKENS": {
"CR-DOOR": "696969"
}
}