Skip to content

Commit

Permalink
add comment with supported DBs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Jan 15, 2025
1 parent 223e4bf commit 23f70cb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/settings-combiner.yaml.local.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cert_path: tmp/server.crt
key_path: tmp/server.key

statestore:
# Available DB types are MongoDB, PostgreSQL, SQLite
type: MongoDB
mongo_config:
username: fedn_admin
Expand Down
3 changes: 2 additions & 1 deletion config/settings-combiner.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ port: 12080
max_clients: 30

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

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

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

0 comments on commit 23f70cb

Please sign in to comment.