You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
295 B

2 years ago
  1. [postgres_s3]
  2. enabled = true
  3. port = 5432
  4. hostname = "postgres"
  5. username = "seaweedfs"
  6. database = "seaweedfs" # create or use an existing database
  7. password = "seaweedfs"
  8. schema = ""
  9. sslmode = "disable"
  10. connection_max_idle = 5
  11. connection_max_open = 10
  12. connection_max_lifetime_seconds = 0