Create config_motherduck.md
Browse files- utils/config_motherduck.md +17 -0
utils/config_motherduck.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MotherDuck Free‑Tier Config
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
### Required Space Secrets
|
| 5 |
+
| Name | Description |
|
| 6 |
+
|------|--------------|
|
| 7 |
+
| `MOTHERDUCK_TOKEN` | Your authentication token from https://app.motherduck.com/settings/tokens |
|
| 8 |
+
| `MOTHERDUCK_DB` | The logical database name (default: `default`) |
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
### Optional Environment Variables
|
| 12 |
+
| Name | Description |
|
| 13 |
+
|------|--------------|
|
| 14 |
+
| `SQL_BACKEND` | Must be set to `motherduck` to use this path |
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
### Example Connection URI
|