change cost defaults
This commit is contained in:
parent
39bb53528c
commit
bc7c2c7867
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue