-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
72 lines (72 loc) · 1.73 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
{
"database": {
"user": "root",
"pass": "",
"dbname": "darkit",
"host": "localhost",
"port": 3306
},
"google": {
"key": "AIzaSyDgRnuOT2hP-KUOeQhGoLfOOPHCNYhznFI",
"secret": "hr0fWpSvBv3gkR3eMD93j6qS",
"client": "974269993480-30i5epi0r6a9uiafq3rkpgsjuooe2t3q.apps.googleusercontent.com",
"recaptcha": {
"key": "6LdSg5gUAAAAAKrfCL7OkHCFrS3m09xoWyvFKieF",
"secret": "6LdSg5gUAAAAAL7aiyHjXKArlkF0R7HAlA99oMYG"
},
"analystics": {
"id": "UA-106238155-1"
}
},
"cache": {
"enable": false,
"ext": "73b3be541591ac4a4281918e69d2babf",
"key": "API",
"timeout": 60
},
"htaccess": {
"cache": true
},
"vscode": {
"tasks": []
},
"app": {
"views": "views",
"root": "D:\\Workspaces\\PHP\\universal-framework",
"domain": "localhost",
"port": 80,
"protocol": "http",
"environtment": "development",
"theme": {
"default": "default",
"mdb-dashboard": [
"telkomsel",
"coupon",
"im3",
"superuser"
],
"apotek-branch": [
"warehouses"
]
},
"shutdown": [
"coupon"
],
"group": {
"blog.php.io": {
"index": "etc\/blog\/index"
}
}
},
"security": {
"salt": "dimaslanjaka"
},
"session": {
"folder": "src\/Session\/sessions"
},
"ngrok": {
"url": "https:\/\/ea211e1aef8c.ngrok.io"
},
"root": "",
"$schema": ".\/config-schema.json"
}