summaryrefslogtreecommitdiff
path: root/config/main.js
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2014-12-04 23:16:17 -0800
committeryo mama <pepper@scannerjammer.com>2014-12-04 23:16:17 -0800
commite0916ce4ce75ad3d21a492b8739caa468f08f54d (patch)
tree524734739a3dfb44bc73ff6a6b2944b90ad71daa /config/main.js
first commit
Diffstat (limited to 'config/main.js')
-rwxr-xr-xconfig/main.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/main.js b/config/main.js
new file mode 100755
index 0000000..a3780c3
--- /dev/null
+++ b/config/main.js
@@ -0,0 +1,13 @@
+module.exports = {
+ webserver_port : 2015,
+ sql : {
+ client: 'mysql',
+ connection: {
+ host : 'localhost',
+ port : 3306,
+ user : 'test2',
+ password : 'test2',
+ database : 'test2'
+ }
+ },
+}