We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c576383 commit 7ea04ceCopy full SHA for 7ea04ce
frontend/streamlit/config.py
@@ -26,6 +26,7 @@ class Config:
26
27
# Modal app name (matches backend app name)
28
APP_NAME = f"clipabit-{ENVIRONMENT}"
29
+
30
# Determine url portion based on environment
31
url_portion = "" if ENVIRONMENT in ["prod", "staging"] else f"-{ENVIRONMENT}"
32
0 commit comments