test
This commit is contained in:
parent
1c4267583c
commit
fbebf19b03
1 changed files with 1 additions and 1 deletions
|
@ -31,5 +31,5 @@ export async function bootstrap() {
|
||||||
const server = await app.listen(port);
|
const server = await app.listen(port);
|
||||||
server.requestTimeout = 30 * 60 * 1000;
|
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}] `);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue