From 3da5d5e857b070d9177518462e4c686115aeb4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AD=A6=E5=B3=B0?= Date: Thu, 21 Mar 2024 14:32:19 +0800 Subject: [PATCH] fix:remove properties --- app.properties | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 app.properties diff --git a/app.properties b/app.properties deleted file mode 100644 index ac82217..0000000 --- a/app.properties +++ /dev/null @@ -1,42 +0,0 @@ -# sanic -host = 0.0.0.0 -port = 8005 -debug = True -access_log = True -workers = 3 -sanic_key = test-library -auto_reload = False -jwt_secret_key = test-lib-jwt-secret-key -main_domain = http://test-lib:8005/ - -# log -log_mode = False -log_bytes = 20*1024*1024 -log_backup = 5 -formatter = %(asctime)s [%(process)d] [%(levelname)s] %(message)s -formatter_access = %(asctime)s [%(process)d] [%(levelname)s] [%(host)s]: %(request)s %(message)s %(status)d %(byte)d - -# daily -db_url = mysql+aiomysql://root:tonedbadmin@121.196.236.71:3306/test-lib -drop_all = False -create_all = False -pool_size = 10 -over_size = 10 -recycle = 3600 - -# redis -redis_url = redis://:toneredisadmin@121.196.236.71:6379/10 - -# tone prod -tone_host = http://tone:7001/ -tone_token = xxxx -tone_user_name = xxxxx - -# font -oss_url=http://0.0.0.0:8005 - -# tone-storage -storage_host = 127.0.0.1 -storage_sftp_port = 22 -storage_user = tonestorage -storage_password = 123456 -- Gitee