first commit

This commit is contained in:
2019-11-28 14:50:53 +01:00
commit 37499daccf
165 changed files with 4995 additions and 0 deletions

3
src/risotto/config.py Normal file
View File

@ -0,0 +1,3 @@
HTTP_PORT = 8080
MESSAGE_ROOT_PATH = 'messages'
DEBUG = True