mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
filer store: postgres configuration adjust text
This commit is contained in:
parent
b434f7e4e0
commit
1a3f859c58
|
@ -156,7 +156,7 @@ port = 5432
|
||||||
username = "postgres"
|
username = "postgres"
|
||||||
password = ""
|
password = ""
|
||||||
database = "postgres" # create or use an existing database
|
database = "postgres" # create or use an existing database
|
||||||
schema = "public" # create or use an existing schema
|
schema = ""
|
||||||
sslmode = "disable"
|
sslmode = "disable"
|
||||||
connection_max_idle = 100
|
connection_max_idle = 100
|
||||||
connection_max_open = 100
|
connection_max_open = 100
|
||||||
|
@ -177,7 +177,7 @@ port = 5432
|
||||||
username = "postgres"
|
username = "postgres"
|
||||||
password = ""
|
password = ""
|
||||||
database = "postgres" # create or use an existing database
|
database = "postgres" # create or use an existing database
|
||||||
schema = "public" # create or use an existing schema
|
schema = ""
|
||||||
sslmode = "disable"
|
sslmode = "disable"
|
||||||
connection_max_idle = 100
|
connection_max_idle = 100
|
||||||
connection_max_open = 100
|
connection_max_open = 100
|
||||||
|
|
Loading…
Reference in a new issue