This commit is contained in:
cronekorkn 2023-03-23 10:01:04 +01:00
parent 36302b343f
commit db11dd933a
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -6,11 +6,13 @@ defaults = {
'git_url': "https://git.sublimity.de/cronekorkn/flask-blog.git",
'port': 5010,
'app_module': 'blog',
'env': {
'DATA_PATH': '/var/blog',
},
},
},
'users': {
'blog': {
},
'blog': {},
},
}