mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
Entire-Session: c85775b8-6f2b-4357-9af4-6388d941cc34 Entire-Strategy: manual-commit Entire-Agent: Claude Code Ephemeral-branch: entire/0ca5953-e3b0c4
1.4 KiB
1.4 KiB
Session Context
User Prompts
Prompt 1
Implement the following plan:
Plan: Support custom SQLite file paths for all three stores
Context
All three stores (main, activity, auth) hardcode their SQLite filenames relative to dataDir:
- Main store:
dataDir/store.db(constantstoreSqliteFileName) - Activity store:
dataDir/events.db(constanteventSinkDB) - Auth store:
dataDir/idp.db(hardcoded inbuildEmbeddedIdPConfig)
The user wants the combined server config to support custom file paths for each.