⚙️ Configuration
🌎 Environment Variables
## --- Environment variable --- ##
ENV=LOCAL
DEBUG=false
# TZ=Asia/Seoul
## -- API configs -- ##
FT_API_PORT=8000
# FT_API_LOGS_DIR="/var/log/rest.fastapi-template"
# FT_API_DATA_DIR="/var/lib/rest.fastapi-template"
# FT_API_VERSION="1"
# FT_API_PREFIX="/api/v{api_version}"
# FT_API_DOCS_ENABLED=true
# FT_API_DOCS_OPENAPI_URL="{api_prefix}/openapi.json"
# FT_API_DOCS_DOCS_URL="{api_prefix}/docs"
# FT_API_DOCS_REDOC_URL="{api_prefix}/redoc"
🔧 Command arguments
You can customize the command arguments to debug or run the service with different commands.