Updating garage.toml
This commit is contained in:
+12
-2
@@ -1,15 +1,25 @@
|
||||
metadata_dir = "/var/lib/garage/meta"
|
||||
data_dir = "/var/lib/garage/data"
|
||||
db_engine = "sqlite"
|
||||
|
||||
replication_factor = 1
|
||||
rpc_public_addr = "127.0.0.1:3901"
|
||||
rpc_secret = "$(openssl rand -hex 32)"
|
||||
rpc_secret = "${GARAGE_RPC_SECRET}"
|
||||
|
||||
rpc_bind_addr = "[::]:3901"
|
||||
|
||||
[s3_api]
|
||||
s3_region = "maze"
|
||||
api_bind_addr = "[::]:3900"
|
||||
root_domain = ".localhost"
|
||||
root_domain = ".s3.maze.localhost"
|
||||
|
||||
[s3_web]
|
||||
bind_addr = "[::]:3902"
|
||||
root_domain = ".localhost"
|
||||
root_domain = ".web.maze.localhost"
|
||||
index = "index.html"
|
||||
|
||||
[admin]
|
||||
api_bind_addr = "[::]:3903"
|
||||
admin_token = "${GARAGE_ADMIN_TOKEN}"
|
||||
metrics_token = "${GARAGE_METRICS_TOKEN}"
|
||||
|
||||
Reference in New Issue
Block a user