|
@@ -4,7 +4,7 @@ from pathlib import Path
|
|
|
|
|
|
|
|
from pydantic_settings import BaseSettings
|
|
from pydantic_settings import BaseSettings
|
|
|
|
|
|
|
|
-# Application version - single source of truth
|
|
|
|
|
|
|
+# Application version - single source of truth.
|
|
|
APP_VERSION = "0.2.2.1"
|
|
APP_VERSION = "0.2.2.1"
|
|
|
GITHUB_REPO = "maziggy/bambuddy"
|
|
GITHUB_REPO = "maziggy/bambuddy"
|
|
|
BUG_REPORT_RELAY_URL = os.environ.get("BUG_REPORT_RELAY_URL", "https://bambuddy.cool/api/bug-report")
|
|
BUG_REPORT_RELAY_URL = os.environ.get("BUG_REPORT_RELAY_URL", "https://bambuddy.cool/api/bug-report")
|