From 8f6ddef639b9d239f0e6a888177afafe7fbd01ff Mon Sep 17 00:00:00 2001 From: ksieuk Date: Thu, 28 Sep 2023 21:29:15 +0300 Subject: [PATCH] add app values --- src/fastapi_app/.env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fastapi_app/.env.example b/src/fastapi_app/.env.example index 59d34a6..64d1c9a 100644 --- a/src/fastapi_app/.env.example +++ b/src/fastapi_app/.env.example @@ -9,3 +9,5 @@ API_HOST=0.0.0.0 API_PORT=8000 JWT_SECRET_KEY=v9LctjUWwol4XbvczPiLFMDtZ8aal7mm + +APP_RELOAD=True