Skip to content

Commit 918ab97

Browse files
author
Harry Kantas
committed
re-arranged config arguments
1 parent 20c0680 commit 918ab97

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This project is built with Flask, Gevent, Gunicorn, and Jinja2 templating.
1616
6. [Support](#support)
1717
7. [Authors](#authors)
1818
8. [License](#license)
19-
9. [Security](#security-issues)
19+
9. [Security](#security)
2020
10. [To-Do](#to-do)
2121

2222

@@ -164,8 +164,8 @@ The following instructions will help you launch an instance of GateKeeper locall
164164

165165
```yaml
166166
defaults:
167-
base_dir: string (base dir path. default: ".")
168167
debug: bool (use for troubleshooting. default: false)
168+
base_dir: string (base dir path. default: ".")
169169
http_proxy:
170170
use_proxy: bool (for routing traffic via a proxy. default: false)
171171
proxy_url: string (http proxy url, without the 'http(s)://' prefix)
@@ -235,7 +235,7 @@ Copyright 2013-2018 Twitter, Inc.
235235

236236
Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
237237

238-
## Security Issues
238+
## Security
239239

240240
Please report sensitive security issues via Twitter's bug-bounty program (https://hackerone.com/twitter).
241241

config/config.example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defaults:
2-
base_dir: "."
32
debug: false
3+
base_dir: "."
44
http_proxy:
55
use_proxy: false
66
proxy_url: ""

0 commit comments

Comments
 (0)