From 5e83535edf0f7a9ee39b06f4091b37c675529a70 Mon Sep 17 00:00:00 2001 From: suxiaoxin Date: Fri, 28 Jul 2017 19:49:03 +0800 Subject: [PATCH] feat: del config.json --- config.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index 50d9456c..00000000 --- a/config.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "port": "3000", - "webhost": "yapi.local.qunar.com", - "adminAccount": "admin@admin.com", - "db": { - "servername": "10.86.40.194", - "DATABASE": "yapi", - "port": 27017, - "user": "test1", - "pass": "test1", - "server_ip": "192.222.193.50" - }, - "mail": { - "host": "smtp.163.com", - "port": 465, - "auth": { - "user": "hellosean1025@163.com", - "pass": "helloqunar123" - } - } -} \ No newline at end of file