Streamline Alpine package sources
This commit is contained in:
19
packaging/alpine/local/seaweedfs/credential.toml
Normal file
19
packaging/alpine/local/seaweedfs/credential.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[credential.filer_etc]
|
||||
enabled = true
|
||||
|
||||
[credential.postgres]
|
||||
enabled = false
|
||||
hostname = "localhost"
|
||||
port = 5432
|
||||
username = "seaweedfs"
|
||||
password = ""
|
||||
database = "seaweedfs"
|
||||
schema = "public"
|
||||
sslmode = "disable"
|
||||
table_prefix = "sw_"
|
||||
connection_max_idle = 10
|
||||
connection_max_open = 100
|
||||
connection_max_lifetime_seconds = 3600
|
||||
|
||||
[credential.memory]
|
||||
enabled = false
|
||||
Reference in New Issue
Block a user