This repository has been archived by the owner on Sep 5, 2018. It is now read-only.
forked from matiboux/Oli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
89 lines (75 loc) · 1.54 KB
/
config.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"source_path": "",
"addons": [],
"Oli": {
"mysql": null,
"settings_tables": null,
"shortcut_links_table": null,
"translations_table": null,
"force_https": false,
"index_files": null,
"error_files": {
"404": null,
"403": null
},
"default_user_language": null,
"default_content_type": null,
"default_charset": null,
"time_zone": null,
"theme_path": null,
"assets_folder": null,
"media_path": null,
"common_path": null,
"common_assets_folder": null,
"cdn_url": null,
"post_vars_cookie": {
"name": null,
"domain": null,
"secure": null,
"http_only": null
},
"templates": {
"mail": null
},
"user_management": null,
"accounts_tables": {
"accounts": null,
"infos": null,
"sessions": null,
"login_limits": null,
"requests": null,
"permissions": null,
"rights": null
},
"allow_login": null,
"allow_recover": null,
"allow_register": null,
"default_user_right": null,
"account_activation": null,
"account_activation_method": null,
"prohibited_usernames": null,
"request_expire_delay": null,
"default_session_duration": null,
"extended_session_duration": null,
"associated_websites": null,
"user_id_length": null,
"user_id_cookie": {
"name": null,
"domain": null,
"secure": null,
"http_only": null
},
"auth_key_length": null,
"auth_key_cookie": {
"name": null,
"domain": null,
"secure": null,
"http_only": null
},
"hash": {
"algorithm": null,
"salt": null,
"cost": null
}
}
}