-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosts_data.json
38 lines (34 loc) · 997 Bytes
/
hosts_data.json
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
{
"server_login": "localhost",
"website_url": "localhost:8000",
"database": {
"type": "mysql",
"host": "localhost",
"name": "db",
"user": "root",
"pass": ""
},
"deploy_settings": {
"deploy_to": "/var/openads",
"deploy_user": "root",
"deploy_nginx": "/etc/nginx",
"deploy_supervisor": "/etc/supervisor/conf.d",
"deploy_log_folder": "logs",
"deploy_gunicorn_socket": "gunicorn.sock",
"deploy_gunicorn_starter": "gunicorn_start",
"deploy_virtualenv_dir": "env"
},
"other_settings": {
"secret_key": "ENTER_SECRET_KEY",
"email_host": "localhost",
"email_host_user": "username",
"email_host_password": "password",
"default_from_email": "[email protected]",
"email_port": 25,
"email_use_tls": false
},
"admins":{
"Admin Name": "[email protected]",
"Bdmin Name": "[email protected]"
}
}