Custom System Database URL (#406)
You can now specify a custom system database URL in your DBOS
configuration. This replaces the old method of just providing a custom
system database name, which is now deprecated.
For example:
```python
config: DBOSConfig = {
"name": "dbos-starter",
"database_url": os.environ.get("DBOS_DATABASE_URL"),
"system_database_url": os.environ.get("DBOS_SYSTEM_DATABASE_URL"),
}
``` P
Peter Kraft committed
2dbd45d961be5d9009d7bae9fe02c59a80adcfb9
Parent: 18b551b
Committed by GitHub <noreply@github.com>
on 7/11/2025, 2:32:55 PM