improve package and begin to add config panel

This commit is contained in:
oiseauroch
2022-11-24 00:22:09 +01:00
parent a1ec9b2763
commit b7c721266e
11 changed files with 100 additions and 124 deletions

View File

@@ -13,11 +13,9 @@ rpc_secret = "__RPC_SECRET__"
rpc_bind_addr = "[::]:__PORT__"
# Le port peut être différent (eg NAT) mais doit rediriger sur le
# port de rpc_bind_addr
#rpc_public_addr = "__IP__:__PORT__"
#rpc_public_addr = "__DOMAIN__:__PORT__"
bootstrap_peers = [
__BOOTSTRAP_PEERS_VAR__
]
bootstrap_peers = []
[s3_api]
# Ne supporte pas TLS → reverse proxy obligatoire