Spaces:
Sleeping
Sleeping
Code review cleanup
Browse files- src/vedic_astro/settings.py +1 -10
src/vedic_astro/settings.py
CHANGED
|
@@ -1,13 +1,4 @@
|
|
| 1 |
-
"""
|
| 2 |
-
settings.py — Central configuration for the Vedic Astrology AI System.
|
| 3 |
-
|
| 4 |
-
All environment variables are declared here with types and defaults.
|
| 5 |
-
Secrets (API keys, DB URIs) must be set in .env — never hardcoded.
|
| 6 |
-
|
| 7 |
-
Usage:
|
| 8 |
-
from vedic_astro.settings import settings
|
| 9 |
-
model_name = settings.synthesis_model
|
| 10 |
-
"""
|
| 11 |
|
| 12 |
from __future__ import annotations
|
| 13 |
|
|
|
|
| 1 |
+
"""Central configuration. All secrets belong in .env, never in code."""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
from __future__ import annotations
|
| 4 |
|