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,
|
||||
endlessScroll: false,
|
||||
keyboardShortcuts: true,
|
||||
transparencyGrid: true,
|
||||
transparencyGrid: false,
|
||||
fitMode: "fit-both",
|
||||
tagSuggestions: true,
|
||||
autoplayVideos: false,
|
||||
postsPerPage: 42,
|
||||
tagUnderscoresAsSpaces: false,
|
||||
darkTheme: false,
|
||||
darkTheme: true,
|
||||
postFlow: false,
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
##
|
||||
## Use this as a template to set up docker-compose, or as guide to set up other
|
||||
## orchestration services
|
||||
version: '2'
|
||||
#version: '2'
|
||||
|
||||
services:
|
||||
|
||||
|
|
Loading…
Reference in a new issue