-
Notifications
You must be signed in to change notification settings - Fork 0
/
.config.template
63 lines (63 loc) · 1.83 KB
/
.config.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"async": false,
"backupfolders": [
"media/uploads"
],
"backupignores": [],
"backuprepository": "",
"contentsecuritypolicy": "default-src 'self'; img-src 'self' data: *; style-src 'self' 'unsafe-inline' *.googleapis.com; font-src 'self' data: *.googleapis.com *.gstatic.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' *.googleapis.com *.googletagmanager.com *.google-analytics.com *.google.com *.gstatic.com *.cloudflare.com blob:; frame-src 'self' *.youtube.com *.msvdn.net *.mainstreaming.tv *.sli.do *.google.com; connect-src 'self' *.google-analytics.com *.unity3d.com; media-src 'self'",
"create": false,
"cronjobhour": "04",
"cronjobminute": "05",
"dbname": "???",
"dbuser": "???",
"development": false,
"gis": false,
"gitbranch": "????",
"gitrepository": "[email protected]:parruc/virtualexhibit.git",
"hostname": "???",
"libraries": [
"gettext"
],
"portexternal": 80,
"portexternalssl": 443,
"portinternal": ???,
"projectname": "???",
"pythonversion": "3.8",
"requirements": [
"pyyaml",
"psycopg2-binary",
"Pillow",
"lxml",
"uvicorn",
"uwsgi",
"Django",
"channels",
"channels_redis",
"django-recaptcha",
"django-redis",
"django-autoslug",
"django-constance[redis]",
"django-modeltranslation>=0.13",
"django-imagekit",
"django-admin-sortable2",
"django-tinymce",
"premailer",
"pyjwt",
"rules"
],
"requirementsdev": [
"django-debug-toolbar",
"flake8",
"pylint",
"pylint-django",
"isort"
],
"scale": 4,
"smtphost": "",
"smtpuser": "",
"smtppassword": "",
"spooler": true,
"uploadlimit": "150",
"verbose": false
}