Add basic win32 support for dev bootstrap

This commit is contained in:
Lance Edgar 2021-01-27 17:03:24 -06:00
parent 4980e5784b
commit f6cf02bcaf
4 changed files with 73 additions and 21 deletions

View file

@ -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')