1
# Rename this file to conf.py and adjust the following
2
# as required
3
DB = 'test_mouchak'
4
SITE_TITLE = 'Testing Mouchak'
5
HOST = '0.0.0.0'
6
PORT = 5000