Skip to content

Commit

Permalink
updated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia authored Dec 12, 2017
1 parent 1d3301b commit 3905ab4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions wiki/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This covers what each setting is and what you can change it to.
>Default: "**./videos/**"
>Example:
```json
{ "videoFolder": "C:/Users/Inrix/Downloads" }
"videoFolder": "C:/Users/Inrix/Downloads"
```

**useFloatplane:**
Expand All @@ -19,7 +19,7 @@ This covers what each setting is and what you can change it to.
>Default: "**true**"
>Example:
```json
{ "useFloatplane": true }
"useFloatplane": true
```

**useBitWit:**
Expand All @@ -28,7 +28,7 @@ This covers what each setting is and what you can change it to.
>Default: "**false**"
>Example:
```json
{ "useBitWit": true }
"useBitWit": true
```

**maxVideos:**
Expand All @@ -39,7 +39,7 @@ This covers what each setting is and what you can change it to.
>Default: "**30**"
>Example:
```json
{ "maxVideos": 30 }
"maxVideos": 30
```

**cookie:**
Expand All @@ -65,7 +65,7 @@ This covers what each setting is and what you can change it to.
>Default: "**1080**"
>Example:
```json
{ "video_res": 1080 }
"video_res": 1080
```

**user:**
Expand All @@ -76,9 +76,9 @@ This covers what each setting is and what you can change it to.
>Default: ""
>Examples:
```json
{ "user": "Inrix" }
"user": "Inrix"
OR
{ "user": "[email protected]" }
"user": "[email protected]"
```

**password:**
Expand All @@ -89,7 +89,7 @@ OR
>Default: ""
>Example:
```json
{ "password": "YourPasswordHere" }
"password": "YourPasswordHere"
```

**csrfKey:**
Expand Down

0 comments on commit 3905ab4

Please sign in to comment.