-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroot_conf.json.example
40 lines (38 loc) · 1.24 KB
/
root_conf.json.example
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
{
"app_name": "Yummypiv",
"app_alias_name": "Yummypiv",
"app_index_subtitle": "Healthy Life",
"storage_allocation": 20000,
"contact_info": {
"company_address": "Jl. Kemerdekaan Raya no. 23, Blok D, Kebon Sirih, Jakarta Pusat.",
"instagram_link": "https://instagram.com/",
"whatsapp_number": "https://whatsapp.com/",
"phone_number": "08111111111",
"email": "[email protected]"
},
"firebase_conf": {
"firebase_credentials": {
},
"firebase_bucket_name": "bucket-name.appspot.com"
},
"telebot": {
"api_key": "",
"bot_id": ""
},
"web_settings": {
"debug": true,
"allowed_host" : ["yummypiv.com", "127.0.0.1"],
"csrf_trusted_origins": ["https://yummypiv.com", "http://yummypiv.com"],
"auth_user" : "apps.Users",
"root_urlconf": "projects.urls",
"wsgi_application" : "project.wsgi.application",
"asgi_application" : "project.asgi.application"
},
"mail_settings": {
"mail_domain": "yummypiv.com",
"mail_host": "mail.yummypiv.com",
"smtp_port": 9999,
"default_mail_username": "linuxuser",
"default_mail_password": ""
}
}