forked from ColdBox/coldbox-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cfconfig.json
30 lines (30 loc) · 840 Bytes
/
.cfconfig.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
{
"caches": {
"default": {
"storage": "false",
"custom": {
"timeToIdleSeconds": "0",
"timeToLiveSeconds": "0"
},
"class": "lucee.runtime.cache.ram.RamCache",
"readOnly": "false"
}
},
"cacheDefaultObject": "default",
"datasources": {
"coolblog": {
"clientHostname": false,
"host": "localhost",
"dbdriver": "MySQL",
"password": "",
"dsn": "jdbc:mysql://localhost:3306/coolblog?tinyInt1isBit=false&",
"custom": "",
"username": "root",
"database": "coolblog",
"port": "3306"
}
},
"debuggingEnabled": false,
"ajaxDebugWindowEnabled": false,
"debuggingReportExecutionTimes": false
}