wip
This commit is contained in:
parent
36302b343f
commit
db11dd933a
1 changed files with 4 additions and 2 deletions
|
@ -6,11 +6,13 @@ defaults = {
|
||||||
'git_url': "https://git.sublimity.de/cronekorkn/flask-blog.git",
|
'git_url': "https://git.sublimity.de/cronekorkn/flask-blog.git",
|
||||||
'port': 5010,
|
'port': 5010,
|
||||||
'app_module': 'blog',
|
'app_module': 'blog',
|
||||||
|
'env': {
|
||||||
|
'DATA_PATH': '/var/blog',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'users': {
|
'users': {
|
||||||
'blog': {
|
'blog': {},
|
||||||
},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue