cleanup
This commit is contained in:
parent
1019c675e8
commit
36df6444f1
@ -125,9 +125,9 @@ export default {
|
|||||||
audios: yamlConfig.minio?.buckets?.audios || "dtp-audios",
|
audios: yamlConfig.minio?.buckets?.audios || "dtp-audios",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
user: {
|
user: {
|
||||||
passwordSalt: yamlConfig.auth.passwordSalt,
|
passwordSalt: yamlConfig.auth.passwordSalt,
|
||||||
},
|
},
|
||||||
https: {
|
https: {
|
||||||
enabled: yamlConfig.https?.enabled === true,
|
enabled: yamlConfig.https?.enabled === true,
|
||||||
address: yamlConfig.https?.address || "127.0.0.1",
|
address: yamlConfig.https?.address || "127.0.0.1",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user