mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 09:23:48 +01:00
This commit is contained in:
parent
4603b992a6
commit
342210f776
@ -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 New Issue
Block a user