2026-07-29 22:07:30 +00:00
|
|
|
# Example ocd config. Copy to ~/.config/ocd/config.toml and edit.
|
|
|
|
|
# Cookies are the full Cookie header value. ${VAR} expands from the environment.
|
|
|
|
|
default_concurrency = 1
|
|
|
|
|
default_ttl_secs = 180
|
|
|
|
|
|
|
|
|
|
[[account]]
|
|
|
|
|
name = "work"
|
|
|
|
|
cookie = "${OCD_COOKIE_WORK}"
|
2026-07-29 22:16:36 +00:00
|
|
|
default_workspace = "wrk_REPLACE_ME"
|
2026-07-29 22:07:30 +00:00
|
|
|
extra_workspaces = []
|
|
|
|
|
|
|
|
|
|
[[account]]
|
|
|
|
|
name = "personal"
|
|
|
|
|
cookie = "ocd_session=...."
|
2026-07-29 22:16:36 +00:00
|
|
|
default_workspace = "wrk_REPLACE_ME"
|