This commit is contained in:
Alex Tran 2023-08-03 09:30:08 -05:00
parent 1c4267583c
commit fbebf19b03

View file

@ -31,5 +31,5 @@ export async function bootstrap() {
const server = await app.listen(port);
server.requestTimeout = 30 * 60 * 1000;
logger.log(`Immich Server is listening on ${await app.getUrl()} [v${SERVER_VERSION}] [${envName}] `);
logger.log(`Immich Server is listening loudly on ${await app.getUrl()} [v${SERVER_VERSION}] [${envName}] `);
}