You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`database_url`, then bootstrap `database_url`. Bootstrap fallback requires
103
-
`hub_backend: postgres`.
103
+
`hub_backend: postgres`; bootstrap `database_url_ref` is rejected.
104
104
105
105
### With Gobby
106
106
@@ -202,7 +202,7 @@ Gobby adds graph queries, graph lifecycle orchestration, semantic search, and in
202
202
**PostgreSQL DSNs can stay out of plaintext files.** Isolated gcode runtimes
203
203
ask the daemon broker first. Operators who need daemonless access can opt into
204
204
`GCODE_DATABASE_URL`, `GOBBY_POSTGRES_DSN`, `~/.gobby/gcode.yaml`, or inline
205
-
bootstrap `database_url`.
205
+
bootstrap `database_url`. Bootstrap `database_url_ref` is rejected.
206
206
207
207
**Indexing happens automatically.** The Gobby daemon watches for file changes and re-indexes in the background. Without the daemon, run `gcode index` manually.
0 commit comments