1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-20 10:20:00 +02:00
seaweedfs/docker/filer_postgres_s3.toml
2022-11-10 12:45:46 -07:00

13 lines
295 B
TOML

[postgres_s3]
enabled = true
port = 5432
hostname = "postgres"
username = "seaweedfs"
database = "seaweedfs" # create or use an existing database
password = "seaweedfs"
schema = ""
sslmode = "disable"
connection_max_idle = 5
connection_max_open = 10
connection_max_lifetime_seconds = 0