mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Rendering playlist icon collage of 3x3 (#35)
This commit is contained in:
13
src/app.ts
13
src/app.ts
@@ -61,11 +61,14 @@ const app = server(
|
||||
bonob,
|
||||
config.bonobUrl,
|
||||
featureFlagAwareMusicService,
|
||||
new InMemoryLinkCodes(),
|
||||
new InMemoryAccessTokens(sha256(config.secret)),
|
||||
SystemClock,
|
||||
config.icons,
|
||||
true,
|
||||
{
|
||||
linkCodes: () => new InMemoryLinkCodes(),
|
||||
accessTokens: () => new InMemoryAccessTokens(sha256(config.secret)),
|
||||
clock: SystemClock,
|
||||
iconColors: config.icons,
|
||||
applyContextPath: true,
|
||||
logRequests: true
|
||||
}
|
||||
);
|
||||
|
||||
app.listen(config.port, () => {
|
||||
|
||||
Reference in New Issue
Block a user