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",
|
||||
'port': 5010,
|
||||
'app_module': 'blog',
|
||||
'env': {
|
||||
'DATA_PATH': '/var/blog',
|
||||
},
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'blog': {
|
||||
},
|
||||
'blog': {},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue