summaryrefslogtreecommitdiff
path: root/config/main.js
diff options
context:
space:
mode:
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'
+ }
+ },
+}