From 704a5a87860d99aeb42f6773a25de751a9148511 Mon Sep 17 00:00:00 2001 From: cuiweizhi <560397@gree.com.cn> Date: Sat, 4 Nov 2023 15:14:46 +0800 Subject: [PATCH] Update project --- application/config/production_config.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/application/config/production_config.yaml b/application/config/production_config.yaml index 86fc09f..e026586 100644 --- a/application/config/production_config.yaml +++ b/application/config/production_config.yaml @@ -1,8 +1,10 @@ System: Env: public -MySQL: - User: root +Database: + Type: mysql + Driver: pymysql + Username: root Password: localhost123 Host: localhost Port: 3306 @@ -18,3 +20,13 @@ Elasticsearch: CaCerts: Index: filebeat-ctocst_router-2021.11 Type: _doc + +Logger: + Type: terminal + Level: DEBUG + Path: /Users/cuiweizhi/WorkSpace/Gitlab/elp/logs + Name: elp.log + Format: + Rotation: + Enqueue: True + Retention: -- GitLab