diff options
| author | chrislu <chris.lu@gmail.com> | 2025-07-06 21:50:08 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-07-06 21:50:08 -0700 |
| commit | 84938714067e4baf76b1ed9dcf9179f6b0ed25c7 (patch) | |
| tree | 5eefb227a6035405013008ef9276a70f714717a4 /weed/command/scaffold | |
| parent | a7c57caa3f7eec74c05f1008acdd01db7e857d5b (diff) | |
| download | seaweedfs-3.93.tar.xz seaweedfs-3.93.zip | |
remove sqlite due to GOOS support for freebsd and openbsd3.93
Diffstat (limited to 'weed/command/scaffold')
| -rw-r--r-- | weed/command/scaffold/credential.toml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/weed/command/scaffold/credential.toml b/weed/command/scaffold/credential.toml index 380867800..d217786d6 100644 --- a/weed/command/scaffold/credential.toml +++ b/weed/command/scaffold/credential.toml @@ -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
\ No newline at end of file |
