Add basic win32 support for dev bootstrap
This commit is contained in:
parent
4980e5784b
commit
f6cf02bcaf
4 changed files with 73 additions and 21 deletions
|
@ -11,7 +11,7 @@
|
|||
##############################
|
||||
|
||||
[rattail.config]
|
||||
include = %(here)s/rattail.conf
|
||||
include = %(here)s<SEP>rattail.conf
|
||||
|
||||
|
||||
##############################
|
||||
|
@ -53,4 +53,4 @@ port = 9080
|
|||
level = INFO
|
||||
|
||||
[handler_file]
|
||||
args = ('<ENVDIR>/app/log/web.log', 'a', 1000000, 100, 'utf_8')
|
||||
args = (r'<ENVDIR><SEP>app<SEP>log<SEP>web.log', 'a', 1000000, 100, 'utf_8')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue