refactor(v2): isolate legacy provider stack and prune obsolete tests
This commit is contained in:
@ -62,6 +62,12 @@ SCHEDULER_INTERVAL_SECONDS=900
|
||||
# When scheduler is disabled but container is started, keep it idle (avoid restart loops)
|
||||
SCHEDULER_DISABLED_SLEEP_SECONDS=300
|
||||
|
||||
# Legacy provider-sync stack (v1-style) is disabled by default in v2.
|
||||
LEGACY_PROVIDER_STACK_ENABLED=0
|
||||
# Optional legacy provider settings (only when LEGACY_PROVIDER_STACK_ENABLED=1):
|
||||
# PROVIDER_BACKEND=demo
|
||||
# PROVIDER_DEFAULT_NAMESPACE=mvp_demo
|
||||
|
||||
# API safeguards (read-only API is optional)
|
||||
API_THROTTLE_ANON=100/hour
|
||||
API_THROTTLE_USER=1000/hour
|
||||
|
||||
Reference in New Issue
Block a user