1
DB = 'mouchak_test'
2
SITE_TITLE = 'Testing Mouchak'
3
SITE_FOOTER = '''
4
<div style="text-align: center;">
5
    <small> Place your site footer here </small>
6
</div>
7
'''
8
HOST = '0.0.0.0'
9
PORT = 5000