summaryrefslogtreecommitdiff
path: root/config.js
blob: 412111b5626763898542ddc5df5d078f2576c9ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"strusCms" : {
		"script" : "/strusCms",
		"media" : "/media",
		"db_connection" : "sqlite3:db=./storage/db/strusCms.db;@pool_size=16",
	},
	
	"service" : {
		"api" : "http",
		"port" : 8080
	},
	"http" : {
		"script" : "/strusCms"
	},
	"views" : {
		"paths" : [ "." ],
		"skins" : [ "view" ]
	}
}