add docker environment

This commit is contained in:
2020-01-20 15:58:04 +01:00
parent bcd17e1038
commit 3a9243bfb8
7 changed files with 117 additions and 20 deletions

View File

@ -1,5 +1,5 @@
MESSAGE_ROOT_PATH = 'messages'
DATABASE_DIR = 'database'
DATABASE_DIR = '/var/cache/risotto/database'
INTERNAL_USER = 'internal'
CONFIGURATION_DIR = 'configurations'
TEMPLATE_DIR = 'templates'