Skip to content

Commit

Permalink
fix: use sensible cluster state path
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Aug 4, 2023
1 parent 8b4214b commit d6eb5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ assetStores:
cluster:
logSessions: true

dbPath: "../../state.db"
dbPath: "./state.db"

assets:
- "!http://localhost:1234/assets/desktop/.index.source"
Expand Down

0 comments on commit d6eb5ef

Please sign in to comment.