fix: forgot to further disable stuff

pull/242/head
Josh Moore 6 months ago
parent 75e56ccafc
commit b8b9846aaf

@ -126,7 +126,7 @@ app.use((err: ErrWrap, _req: Request, res: Response) => {
.info('Users', `${users.length}`)
.info('Files', `${data().size}`)
.info('Data engine', data().name, data().type)
.info('Frontend', ASS_FRONTEND.enabled ? ASS_FRONTEND.brand : 'disabled', `${ASS_FRONTEND.enabled ? `${getTrueHttp()}${getTrueDomain()}${ASS_FRONTEND.endpoint}` : ''}`)
.info('Frontend', 'disabled')
.info('Custom index', ASS_INDEX ?? 'disabled')
.blank()
.callback(() => app.listen(port, host, () => log.success('Ready for uploads', `Storing resources ${s3enabled ? 'in S3' : 'on disk'}`)));

Loading…
Cancel
Save