Dotos 8 jaren geleden
bovenliggende
commit
4ea65630d4
2 gewijzigde bestanden met toevoegingen van 21 en 1 verwijderingen
  1. 1 1
      .gitignore
  2. 20 0
      configs/config.bak.js

+ 1 - 1
.gitignore

@@ -2,4 +2,4 @@
 .DS_Store
 node_modules/
 npm-debug.log
-config/config.bak.js
+config/

+ 20 - 0
configs/config.bak.js

@@ -0,0 +1,20 @@
+module.exports = {
+    //site config
+    site: {
+        title: 'JsonBird',
+        author: 'xCss <xioveliu@gmail.com>',
+        description: '业界领先的远程 JSON 代理服务'
+    },
+    //mysql config
+    mysql_dev: {
+        host: 'qdm16395144.my3w.com',
+        user: 'qdm16395144',
+        password: 'abc123456',
+        port: '3306',
+        database: 'qdm16395144_db',
+        connectionLimit: 10,
+        supportBigNumbers: true,
+        multipleStatements: true,
+        insecureAuth: true
+    }
+};