Skip to content

Commit

Permalink
add statestore and storage config to combiner
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Jul 12, 2024
1 parent aa55937 commit e408572
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/settings-combiner.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,23 @@ host: combiner
port: 12080
max_clients: 30

statestore:
type: MongoDB
mongo_config:
username: fedn_admin
password: password
host: mongo
port: 6534

storage:
storage_type: S3
storage_config:
storage_hostname: minio
storage_port: 9000
storage_access_key: fedn_admin
storage_secret_key: password
storage_bucket: fedn-models
context_bucket: fedn-context
storage_secure_mode: False


0 comments on commit e408572

Please sign in to comment.