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
|
@ -12,9 +12,9 @@
|
|||
|
||||
[rattail]
|
||||
timezone.default = America/Chicago
|
||||
datadir = <ENVDIR>/app/data
|
||||
batch.files = <ENVDIR>/app/data/batch
|
||||
workdir = <ENVDIR>/app/work
|
||||
datadir = <ENVDIR><SEP>app<SEP>data
|
||||
batch.files = <ENVDIR><SEP>app<SEP>data<SEP>batch
|
||||
workdir = <ENVDIR><SEP>app<SEP>work
|
||||
|
||||
[rattail.config]
|
||||
# include = /etc/rattail/rattail.conf
|
||||
|
@ -39,7 +39,7 @@ default.to = root@localhost
|
|||
pictures.gtin.root_url = https://rattailproject.org/pod/pictures/gtin
|
||||
|
||||
[rattail.upgrades]
|
||||
files = <ENVDIR>/app/data/upgrades
|
||||
files = <ENVDIR><SEP>app<SEP>data<SEP>upgrades
|
||||
|
||||
##############################
|
||||
# alembic
|
||||
|
@ -106,7 +106,7 @@ handlers =
|
|||
|
||||
[handler_file]
|
||||
class = handlers.RotatingFileHandler
|
||||
args = ('<ENVDIR>/app/log/rattail.log', 'a', 1000000, 100, 'utf_8')
|
||||
args = (r'<ENVDIR><SEP>app<SEP>log<SEP>rattail.log', 'a', 1000000, 100, 'utf_8')
|
||||
formatter = generic
|
||||
|
||||
[handler_console]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue