mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 23:17:57 +08:00
filer store: postgres adjust default config, add optioanl schema
This commit is contained in:
@@ -155,7 +155,8 @@ hostname = "localhost"
|
|||||||
port = 5432
|
port = 5432
|
||||||
username = "postgres"
|
username = "postgres"
|
||||||
password = ""
|
password = ""
|
||||||
database = "" # create or use an existing database
|
database = "postgres" # create or use an existing database
|
||||||
|
schema = "public" # create or use an existing schema
|
||||||
sslmode = "disable"
|
sslmode = "disable"
|
||||||
connection_max_idle = 100
|
connection_max_idle = 100
|
||||||
connection_max_open = 100
|
connection_max_open = 100
|
||||||
@@ -175,7 +176,8 @@ hostname = "localhost"
|
|||||||
port = 5432
|
port = 5432
|
||||||
username = "postgres"
|
username = "postgres"
|
||||||
password = ""
|
password = ""
|
||||||
database = "" # create or use an existing database
|
database = "postgres" # create or use an existing database
|
||||||
|
schema = "public" # create or use an existing schema
|
||||||
sslmode = "disable"
|
sslmode = "disable"
|
||||||
connection_max_idle = 100
|
connection_max_idle = 100
|
||||||
connection_max_open = 100
|
connection_max_open = 100
|
||||||
|
Reference in New Issue
Block a user