Initial commit

This commit is contained in:
2026-05-05 19:57:47 +00:00
commit 000ba27387
7 changed files with 1604 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# config.py - Switch Config Manager
# Copy this file to config.py and fill in your values.
# ─── NocoDB ───────────────────────────────────────────────────────────────────
NOCODB_URL = "http://your-nocodb-host:8080"
NOCODB_TOKEN = "your-nocodb-api-token"
NOCODB_BASE_ID = "your-base-id"
NOCODB_TABLE_ID = "your-table-id"
# ─── Output ───────────────────────────────────────────────────────────────────
CONFIGS_DIR = "/configs"