From 825e005c774fed66f19d4169d46eeb78e1ea5b19 Mon Sep 17 00:00:00 2001 From: wenjy Date: Thu, 25 Apr 2024 14:58:41 +0800 Subject: [PATCH] change - app.json --- Ems.CollectService/config/App.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Ems.CollectService/config/App.json diff --git a/Ems.CollectService/config/App.json b/Ems.CollectService/config/App.json new file mode 100644 index 0000000..cddf426 --- /dev/null +++ b/Ems.CollectService/config/App.json @@ -0,0 +1,10 @@ +{ + "SystemConfig": { + "listenerPort": 6001, + "mysqlConnStr": "Data Source=175.27.215.92;Port=3306;Initial Catalog=sf_energy;uid=root; pwd=haiwei@123;min pool size=1;SslMode=none;Charset=utf8", + "virtualValue": 109999, + "virtualFlag": "是", + "logFilePath": "/Users/wenxiansheng/Desktop/日常代码/SF.Ems.CollectService/Ems.CollectService.Console/bin/Debug/net6.0/Log", + "deleteLogTimer": 3600000 + } +} \ No newline at end of file