Skip to content

Commit

Permalink
update comment and add more details
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Aug 19, 2024
1 parent 71e1721 commit 74ae4e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/offline-secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ brig:
setNexmo: |-
key: "dummy"
secret: "dummy"
# Uncomment and update value to enable sft credentials provisioning
# Uncomment and update value to connect to the SFT servers that require it
# sftTokenSecret: dummysecret
cargohold:
secrets:
Expand Down
4 changes: 2 additions & 2 deletions values/wire-server/prod-secrets.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ brig:
setNexmo: |-
key: "dummy"
secret: "dummy"
# Uncomment and update value to enable sft credentials provisioning
# Uncomment and update value to connect to the SFT servers that require it
# sftTokenSecret: dummysecret

# Uncomment for federation. Set values accordingly
# RabbitMQ is needed for federation, uncomment and set values accordingly
# rabbitmq:
# username: wire-server
# password: verysecurepassword
Expand Down
7 changes: 7 additions & 0 deletions values/wire-server/prod-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ brig:
useSES: false
# Set to false if you want to hand out DynamoDB to store prekeys
randomPrekeys: true
# Uncomment and update values for sft server below, the secret token for the same can be
# configured at sftTokenSecret variable in the secrets.yaml file
# sft:
# sftBaseDomain: sftd.example.com
# sftSRVServiceName: sftd
# sftDiscoveryIntervalSeconds: 10
# sftListLength: 20
aws:
# change if using real AWS
region: "eu-west-1"
Expand Down

0 comments on commit 74ae4e8

Please sign in to comment.