Issue 1: repo scaffold and project structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""Application configuration via environment variables."""
|
||||
|
||||
import os
|
||||
|
||||
|
||||
DB_PATH: str = os.getenv("TEN31_DB_PATH", "/data/ten31portal/portal.db")
|
||||
SESSION_SECRET: str = os.getenv("TEN31_SESSION_SECRET", "change-me-in-production")
|
||||
Reference in New Issue
Block a user