mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-08 20:27:26 +08:00
remove sqlite due to GOOS support for freebsd and openbsd
This commit is contained in:
@@ -12,12 +12,6 @@
|
||||
enabled = true
|
||||
# filer address and grpc_dial_option will be automatically configured by the server
|
||||
|
||||
# SQLite credential store (recommended for single-node deployments)
|
||||
[credential.sqlite]
|
||||
enabled = false
|
||||
file = "/var/lib/seaweedfs/credentials.db"
|
||||
# Optional: table name prefix (default: "sw_")
|
||||
table_prefix = "sw_"
|
||||
|
||||
# PostgreSQL credential store (recommended for multi-node deployments)
|
||||
[credential.postgres]
|
||||
@@ -49,7 +43,5 @@ enabled = false
|
||||
#
|
||||
# Examples:
|
||||
# export WEED_CREDENTIAL_POSTGRES_PASSWORD=secret
|
||||
# export WEED_CREDENTIAL_SQLITE_FILE=/custom/path/credentials.db
|
||||
# export WEED_CREDENTIAL_POSTGRES_HOSTNAME=db.example.com
|
||||
# export WEED_CREDENTIAL_FILER_ETC_ENABLED=true
|
||||
# export WEED_CREDENTIAL_SQLITE_ENABLED=false
|
||||
Reference in New Issue
Block a user