Skip to content

Commit dd81abc

Browse files
committedJan 7, 2012
And a little mysql config, too
1 parent cc9ae9c commit dd81abc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎wre/etc/wre.conf

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
"domainRoot" : "/data/domains",
66
"user" : "webgui",
77

8+
# mysql
9+
"mysql" : {
10+
"hostname" : "localhost",
11+
"adminUser" : "root",
12+
"port" : 3306
13+
},
14+
15+
816
# starman
917
"starman" : {
1018
"maxMemory" : 100000000,

0 commit comments

Comments
 (0)
Please sign in to comment.