12 lines
339 B
YAML
12 lines
339 B
YAML
---
|
|
# Backup/Restore/Migration Defaults
|
|
migrate_source_host: "{{ ansible_host | default('localhost') }}"
|
|
migrate_source_user: "ubuntu"
|
|
migrate_litellm_db: "litellm"
|
|
migrate_litellm_db_user: "litellm"
|
|
migrate_litellm_db_host: "127.0.0.1"
|
|
|
|
# Migration paths
|
|
openclaw_data_dir: "~/.openclaw"
|
|
xworkspace_state_dir: "~/.local/state/xworkspace"
|