aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-01-19 18:12:07 -0800
committerChris Lu <chris.lu@gmail.com>2021-01-19 18:12:07 -0800
commit1a3f859c58fd60e803a917a6b65814b7611b31fe (patch)
treec3689637332d3b82d751965c7686ab0dd9f1233e /weed/command/scaffold.go
parentb434f7e4e00263aa57d6ee349986ba59c539a997 (diff)
downloadseaweedfs-1a3f859c58fd60e803a917a6b65814b7611b31fe.tar.xz
seaweedfs-1a3f859c58fd60e803a917a6b65814b7611b31fe.zip
filer store: postgres configuration adjust text
Diffstat (limited to 'weed/command/scaffold.go')
-rw-r--r--weed/command/scaffold.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index c640d9544..8b74274e5 100644
--- a/weed/command/scaffold.go
+++ b/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