-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
36 lines (36 loc) · 878 Bytes
/
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
{
"address":{
"ip": "localhost",
"port": "3000"
},
"sql":{
"host": "localhost",
"user": "root",
"password": ""
},
"files":{
"server_folder": "public_html",
"index_file": "index.jhp",
"without_extension": ".jhp",
"types" : {
"txt": "text/plain",
"htm": "text/html",
"html": "text/html",
"jhp": "text/html",
"jpg": "image/jpeg",
"jpeg": "image/jpeg",
"png": "image/png",
"css": "text/css",
"js": "text/javascript",
"json": "application/json"
},
"errors":{
"404": "404.jhp",
"403": "403.jhp"
},
"whitelist":{
}
},
"hashCode": "2",
"error_reporting": true
}