Skip to content

Commit

Permalink
default db should still be mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastheman committed Jan 16, 2025
1 parent 23f70cb commit d7d270e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/settings-combiner.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ max_clients: 30

statestore:
# Available DB types are MongoDB, PostgreSQL, SQLite
type: PostgreSQL
type: MongoDB
mongo_config:
username: fedn_admin
password: password
Expand Down
2 changes: 1 addition & 1 deletion config/settings-controller.yaml.local.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ controller:

statestore:
# Available DB types are MongoDB, PostgreSQL, SQLite
type: PostgreSQL
type: MongoDB
mongo_config:
username: fedn_admin
password: password
Expand Down
2 changes: 1 addition & 1 deletion config/settings-reducer.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ controller:

statestore:
# Available DB types are MongoDB, PostgreSQL, SQLite
type: PostgreSQL
type: MongoDB
mongo_config:
username: fedn_admin
password: password
Expand Down

0 comments on commit d7d270e

Please sign in to comment.