-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
30 lines (30 loc) · 885 Bytes
/
Copy pathsettings.json
File metadata and controls
30 lines (30 loc) · 885 Bytes
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
{
"web_app_name" : "Alligator TestApp",
"port" : 82,
"path" : {
"root" : "/home/vadmin/ws/Alligator/WWW/",
"lib" : "/home/vadmin/ws/Alligator/WWWlib/"
},
"server_script": {
"template_ext" : "jssp",
"script_ext" : "ssjs",
"begin" : "<?",
"write" : "=",
"global" : "!",
"end" : "?>",
"session_minutes" : 1,
"memcached" : {
"enable" : 0,
"server" : "localhost",
"port" : 11211
}
},
"logs" :{
"Engine" :"DEBUG",
"ASemaphore" :"ERROR",
"Session" :"ERROR",
"Application" :"ERROR",
"Page" :"DEBUG"
},
"nodes" : 1
}