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 |
10 | SECRET_KEY = 'a-uuid-string-see-python-uuid' |
11 | ADMIN_USERNAME = 'youradminusername' |
12 | ADMIN_PASSWORD = 'youradminpassword' |