diff --git a/app.properties b/app.properties new file mode 100644 index 0000000000000000000000000000000000000000..2931654deef249185edeaab32506c2a5e45985df --- /dev/null +++ b/app.properties @@ -0,0 +1,22 @@ +# 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 + +# 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 + +drop_all = False +create_all = False +pool_size = 10 +over_size = 10 +recycle = 3600