diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-15 15:29:14 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-15 15:29:14 +0100 |
| commit | 50a8ed90f340167d9ecfb7c61a0535797bda476c (patch) | |
| tree | 877d6a273b718df35afa58de4dd819bf5252066a /examples/dashboard/config_example.py | |
| parent | 946c41d73f1b56b1a677bc66ba0debee5a6245f5 (diff) | |
| download | python-gamelocker-50a8ed90f340167d9ecfb7c61a0535797bda476c.tar.gz python-gamelocker-50a8ed90f340167d9ecfb7c61a0535797bda476c.zip | |
dashboard: config option for match limit
Diffstat (limited to 'examples/dashboard/config_example.py')
| -rw-r--r-- | examples/dashboard/config_example.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/dashboard/config_example.py b/examples/dashboard/config_example.py new file mode 100644 index 0000000..092b106 --- /dev/null +++ b/examples/dashboard/config_example.py @@ -0,0 +1,3 @@ +secret_key = "ub3rsecure" +debug = True +batchsize = 50 |
