-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.default.json
42 lines (42 loc) · 1.05 KB
/
config.default.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
39
40
41
42
{
"custom": null,
"database": {
"database": "local",
"driver": "mysql",
"host": "mysql",
"password": "local",
"port": "3306",
"username": "local"
},
"environment": {
"config_sync_dir": "sites/default/files/config_change_this_to_something_random/sync",
"deployment_type": null,
"domain_name": null,
"id": "0",
"git_reference": "develop",
"hash_salt": "thisalsoshouldbesomethingrandom",
"machine_name": "dev",
"uuid": ""
},
"site": {
"admin_email": "admin@localhost",
"admin_password": "password",
"admin_user": "admin",
"aliases": null,
"authoriser_email": "[email protected]",
"authoriser_name": "authoriser name",
"domain_name": "adelaide.edu.au",
"id": "0",
"keys": [],
"maintainer_email": "[email protected]",
"maintainer_name": "maintainer name",
"path": "",
"site_title": "Starter site",
"top_menu_style": "no_menu",
"uuid": ""
},
"platform": {
"reverse_proxy_addresses": [],
"reverse_proxy_header": "X-Forwarded-For"
}
}