Browse Source

filer store: postgres configuration adjust text

pull/1759/head
Chris Lu 4 years ago
parent
commit
1a3f859c58
  1. 4
      weed/command/scaffold.go

4
weed/command/scaffold.go

@ -156,7 +156,7 @@ port = 5432
username = "postgres"
password = ""
database = "postgres" # create or use an existing database
schema = "public" # create or use an existing schema
schema = ""
sslmode = "disable"
connection_max_idle = 100
connection_max_open = 100
@ -177,7 +177,7 @@ port = 5432
username = "postgres"
password = ""
database = "postgres" # create or use an existing database
schema = "public" # create or use an existing schema
schema = ""
sslmode = "disable"
connection_max_idle = 100
connection_max_open = 100

Loading…
Cancel
Save