- Reset master to upstream/main (16,697 commits) - Overlay 2,271 local-only files (skills, tools, workspace, configs, apps) - Restore IDENTITY.md and USER.md templates - Build verified, gateway running, Discord working Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
192 B
Plaintext
15 lines
192 B
Plaintext
# Basic safety and durability
|
|
bind 127.0.0.1
|
|
protected-mode yes
|
|
appendonly yes
|
|
appendfsync everysec
|
|
save 900 1
|
|
save 300 10
|
|
save 60 10000
|
|
|
|
# Data directory
|
|
dir /data
|
|
|
|
# Logging
|
|
loglevel notice
|