14 lines
310 B
YAML
14 lines
310 B
YAML
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
|
|
|