-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.config.txt
More file actions
56 lines (46 loc) · 951 Bytes
/
Copy pathsample.config.txt
File metadata and controls
56 lines (46 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Sample configuration file.
# Use # for comment.
# Specify args in the same way you would in the CLI.
# At most 1 arg flag and value per line.
# Args with nargs='+' configured must have values on separate lines.
# e.g.
#
# -e ext/auth.py
# ext/file.py
#
# or
#
# -e
# ext/auth.py
# ext/file.py
# Include modules (-e) and print help (-h) for more options!
#--bind 0.0.0.0
#--port 8000
# [response]
--status-code 404
--body ''
--server random
-H 'X-Frame-Options: SAMEORIGIN'
# Display a home page which lists the available services.
--index
# [files]
#--file-directory ''
#--file-url-path /static
#--file-index
# [logging]
#--filter /mysecretendpoint
#--correlation a1b2.*{12}
#--jsonl out.jsonl
--output-all
# --show-common-headers
#--no-anomaly
# [protocol]
--https
--certfile cert.pem
--keyfile key.pem
--websockets
# [notifications]
#--notify discord
#--notify-on match
#--webhook "https://example.com/webhook"
#--id "local"