diff --git a/app.properties b/app.properties deleted file mode 100644 index ac82217cd542fb3157bbe8829d14f30d92fb35d7..0000000000000000000000000000000000000000 --- 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