From 964633f41e33b33741998c5f69fa11e0f75e40c4 Mon Sep 17 00:00:00 2001 From: masato25 Date: Thu, 29 Jun 2017 22:11:51 +0800 Subject: [PATCH] fix typo of config --- config/api.json | 2 +- modules/api/cfg.example.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/api.json b/config/api.json index 7518cffb6..35e61d6e5 100644 --- a/config/api.json +++ b/config/api.json @@ -1,7 +1,7 @@ { "log_level": "debug", "db": { - "faclon_portal": "%%MYSQL%%/falcon_portal?charset=utf8&parseTime=True&loc=Local", + "falcon_portal": "%%MYSQL%%/falcon_portal?charset=utf8&parseTime=True&loc=Local", "graph": "%%MYSQL%%/graph?charset=utf8&parseTime=True&loc=Local", "uic": "%%MYSQL%%/uic?charset=utf8&parseTime=True&loc=Local", "dashboard": "%%MYSQL%%/dashboard?charset=utf8&parseTime=True&loc=Local", diff --git a/modules/api/cfg.example.json b/modules/api/cfg.example.json index 24eb5e2ef..a68edaedf 100644 --- a/modules/api/cfg.example.json +++ b/modules/api/cfg.example.json @@ -1,7 +1,7 @@ { "log_level": "debug", "db": { - "faclon_portal": "root:@tcp(127.0.0.1:3306)/falcon_portal?charset=utf8&parseTime=True&loc=Local", + "falcon_portal": "root:@tcp(127.0.0.1:3306)/falcon_portal?charset=utf8&parseTime=True&loc=Local", "graph": "root:@tcp(127.0.0.1:3306)/graph?charset=utf8&parseTime=True&loc=Local", "uic": "root:@tcp(127.0.0.1:3306)/uic?charset=utf8&parseTime=True&loc=Local", "dashboard": "root:@tcp(127.0.0.1:3306)/dashboard?charset=utf8&parseTime=True&loc=Local",