change cost defaults

This commit is contained in:
sol 2025-02-08 16:12:41 +02:00
parent 39bb53528c
commit bc7c2c7867
2 changed files with 3 additions and 3 deletions

View file

@ -11,13 +11,13 @@ const defaultSettings = {
upscaleSmallPosts: false, upscaleSmallPosts: false,
endlessScroll: false, endlessScroll: false,
keyboardShortcuts: true, keyboardShortcuts: true,
transparencyGrid: true, transparencyGrid: false,
fitMode: "fit-both", fitMode: "fit-both",
tagSuggestions: true, tagSuggestions: true,
autoplayVideos: false, autoplayVideos: false,
postsPerPage: 42, postsPerPage: 42,
tagUnderscoresAsSpaces: false, tagUnderscoresAsSpaces: false,
darkTheme: false, darkTheme: true,
postFlow: false, postFlow: false,
}; };

View file

@ -2,7 +2,7 @@
## ##
## Use this as a template to set up docker-compose, or as guide to set up other ## Use this as a template to set up docker-compose, or as guide to set up other
## orchestration services ## orchestration services
version: '2' #version: '2'
services: services: