forked from Rockachopa/Timmy-time-dashboard
This commit is contained in:
@@ -5,6 +5,10 @@ from typing import Literal
|
||||
|
||||
from pydantic_settings import BaseSettings, SettingsConfigDict
|
||||
|
||||
from datetime import UTC, datetime as _datetime
|
||||
|
||||
APP_START_TIME: _datetime = _datetime.now(UTC)
|
||||
|
||||
|
||||
class Settings(BaseSettings):
|
||||
"""Central configuration — all env-var access goes through this class."""
|
||||
|
||||
Reference in New Issue
Block a user