This commit is contained in:
2026-04-14 09:01:41 +02:00
parent 9e7d9084f2
commit ff03794462
3 changed files with 10 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ API_TOKEN = os.getenv("API_TOKEN")
# --- CONFIGURATION ---
st.set_page_config(page_title="ModoBot Admin", layout="wide")
NOCODB_BASE_URL = "https://dbtest.kaelstudio.tech/api/v2/tables/"
NOCODB_BASE_URL = os.getenv("NOCODB_BASE_URL", "https://dbtest.kaelstudio.tech/api/v2/tables/")
TABLE_BANNIES_ID = "m7mwhc3qnlmgahy"
TABLE_HISTORY_ID = "m65949r27wwrawn"
NOCODB_TOKEN = os.getenv("NOCODB_TOKEN", "dbgK7YJNZuW2mTK4O3umr9j08sr9GwjaKZj5cN5p")