This commit is contained in:
Rob Colbert 2026-05-08 16:54:46 -04:00
parent 1019c675e8
commit 36df6444f1

View File

@ -125,9 +125,9 @@ export default {
audios: yamlConfig.minio?.buckets?.audios || "dtp-audios",
},
},
user: {
passwordSalt: yamlConfig.auth.passwordSalt,
},
user: {
passwordSalt: yamlConfig.auth.passwordSalt,
},
https: {
enabled: yamlConfig.https?.enabled === true,
address: yamlConfig.https?.address || "127.0.0.1",