forked from FoundKeyGang/FoundKey
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