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