Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma committed Nov 26, 2024
1 parent 6a0c66a commit 7f0d9be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _docs/etc/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,22 @@ server:
repositoryPath: "/var/lib/concurrent"
captchaSitekey: "6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"
captchaSecret: "6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe"
# push notification key. you can generate with conctl command. `conctl gen vapid`
vapidPublicKey: "BEvaipDwxgRMpLtf2VN85Q_gBvEqCbIQgiTfIw2ENm521qt4nRCWLwlyQQABXEMfhQoLD4szmOo5LcVritTAP38"
vapidPrivateKey: "fQYsh1KLtFDFhYuRfa34ivJRlBUef-bfEOF_WLHj1oY"

concrnt:
# fqdn is instance ID
# It is really hard and not recommended to change this value after node started
fqdn: example.tld
# 'open' or 'invite' or 'close'
# you can generate invite code with conctl command. `conctl gen invite`
registration: open
# network
# for testing: concrnt-devnet, for production: concrnt-mainnet
dimension: concrnt-mainnet
# server agent account
# it is handy to generate these info with concurrent.world devtool
# you can generate with conctl command. `conctl gen identity`
privatekey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

profile:
Expand Down

0 comments on commit 7f0d9be

Please sign in to comment.