Skip to content

Commit

Permalink
add configs for native servers
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Jul 10, 2024
1 parent 6467e4f commit cd84fdd
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/settings-client.yaml.local.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
network_id: fedn-network
discover_host: localhost
discover_port: 8092
31 changes: 31 additions & 0 deletions config/settings-combiner.yaml.local.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
network_id: fedn-network

name: combiner
host: localhost
address: localhost
port: 12080
max_clients: 30

cert_path: tmp/server.crt
key_path: tmp/server.key

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

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


24 changes: 24 additions & 0 deletions config/settings-controller.yaml.local.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
network_id: fedn-network
controller:
host: localhost
port: 8092
debug: True

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

storage:
storage_type: S3
storage_config:
storage_hostname: localhost
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 cd84fdd

Please sign in to comment.