maj cicd
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user