diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-07 19:52:15 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-07 19:52:15 +0200 |
| commit | 69322cf48203c43c2ae9bffc997148b8fbd3a889 (patch) | |
| tree | 73c82833b8ed19aa3b4edee4a922b43e19dc2c26 /config-template.py | |
| parent | edecf9dd9e79117a2d045d9a466e337e68877ea0 (diff) | |
| download | jokevote-69322cf48203c43c2ae9bffc997148b8fbd3a889.tar.gz jokevote-69322cf48203c43c2ae9bffc997148b8fbd3a889.zip | |
add superuser role
Diffstat (limited to 'config-template.py')
| -rw-r--r-- | config-template.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-template.py b/config-template.py index 237fd5b..a541c11 100644 --- a/config-template.py +++ b/config-template.py @@ -1,4 +1,5 @@ config = { 'secret_key': b'', - 'debug': False + 'debug': False, + 'superuser': 'admin' } |
