mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-01-26 02:13:10 +02:00
This commit is contained in:
parent
977200b7cd
commit
199573ccee
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ export default () => new Promise(async (res, rej) => {
|
||||||
},
|
},
|
||||||
broadcasts: meta.broadcasts,
|
broadcasts: meta.broadcasts,
|
||||||
disableRegistration: meta.disableRegistration,
|
disableRegistration: meta.disableRegistration,
|
||||||
|
driveCapacityPerLocalUserMb: config.localDriveCapacityMb,
|
||||||
recaptchaSitekey: config.recaptcha ? config.recaptcha.site_key : null,
|
recaptchaSitekey: config.recaptcha ? config.recaptcha.site_key : null,
|
||||||
swPublickey: config.sw ? config.sw.public_key : null
|
swPublickey: config.sw ? config.sw.public_key : null
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue