Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 927e87a

Browse files
committed
Update README.md
1 parent 1d46365 commit 927e87a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ Make a file called `config.json`, with the following properties:
99
```json
1010
{
1111
"logo": {
12-
"main": "poop.png",
13-
"px96": "poop96.png",
14-
"px192": "poop192.png",
15-
"px512": "poop512.png"
16-
},
12+
"main": "poop.png",
13+
"px96": "poop96.png",
14+
"px192": "poop192.png",
15+
"px512": "poop512.png"
16+
},
1717
"name": "shitty.download",
18-
"app_name": "Shitty",
18+
"app_name": "Shitty",
1919
"name_color": "#a5673f",
20-
"background_color": "#dadada",
20+
"background_color": "#dadada",
2121
"title": "lemmmy's file host lies here",
2222
"disclaimer": "for dmca etc., contact drew at lemmmy dot pw",
2323
"password": [
24-
""
24+
""
2525
],
2626
"imagePath": "/path/to/images",
2727
"url": "https://your.host/",
@@ -31,9 +31,9 @@ Make a file called `config.json`, with the following properties:
3131
"oldPasteThemeCompatibility": true,
3232
"sessionSecret": "",
3333
"uploadDeleteLink": true,
34-
"imageFiles": ["jpeg","jpg","png","gif"],
35-
"audioFiles": ["mp3","wav","flac","ogg"],
36-
"videoFiles": ["mp4","webm"],
34+
"imageFiles": ["jpeg","jpg","png","gif"],
35+
"audioFiles": ["mp3","wav","flac","ogg"],
36+
"videoFiles": ["mp4","webm"],
3737
"languagePackages": [
3838
"language-lua"
3939
]

0 commit comments

Comments
 (0)