16 lines
346 B
TOML
16 lines
346 B
TOML
minio_endpoint = "http://localhost:9000"
|
|
minio_access_key = "minioadmin"
|
|
minio_secret_key = "minioadmin"
|
|
minio_bucket = "backups"
|
|
minio_region = "us-east-1"
|
|
|
|
postgres_host = "localhost"
|
|
postgres_port = 5432
|
|
postgres_user = "postgres"
|
|
postgres_password = "postgres"
|
|
postgres_database = "app_db"
|
|
postgres_sslmode = "prefer"
|
|
|
|
dumps_dir = "./dumps"
|
|
|