Update config template for Museum server
This commit is contained in:
parent
dddefb0f50
commit
cf41205607
@ -13,6 +13,10 @@ database:
|
||||
password: "%%POSTGRESQL_PASSWORD%%"
|
||||
database: "%%POSTGRESQL_DATABASE%%"
|
||||
ssl: true
|
||||
sslMode: "require"
|
||||
maxOpenConns: 25
|
||||
maxIdleConns: 25
|
||||
connMaxLifetime: "1h"
|
||||
|
||||
storage:
|
||||
type: "s3"
|
||||
@ -39,6 +43,24 @@ email:
|
||||
auth:
|
||||
jwtSecret: "$(openssl rand -hex 32)"
|
||||
tokenExpiry: 86400
|
||||
sessionSecret: "$(openssl rand -hex 32)"
|
||||
|
||||
logging:
|
||||
level: "info"
|
||||
level: "info"
|
||||
format: "text"
|
||||
|
||||
# Additional settings based on Museum requirements
|
||||
keygen:
|
||||
master: "$(openssl rand -hex 32)"
|
||||
|
||||
payments:
|
||||
enabled: false
|
||||
|
||||
metadata:
|
||||
localPath: "/app/data/storage/metadata"
|
||||
|
||||
tempDirectory: "/app/data/storage/temp"
|
||||
|
||||
memoryCache:
|
||||
enabled: true
|
||||
size: 100
|
Loading…
x
Reference in New Issue
Block a user