Files
markdown-server/markdownserver/env.py
T
ohbarye f85a63ba06 made setup.py
and enable to install easier.
2015-05-03 21:20:55 +09:00

13 lines
375 B
Python

ms_encoding = 'utf-8'
ms_port = '8009'
ms_host = 'localhost'
ms_root = './'
ms_debug = True
ms_reloader = True
html_extension = '.html'
markdown_root = 'markdownserver/resources/markdown/'
html_root = 'markdownserver/resources/html/'
css_root = 'markdownserver/resources/css/'
css_name = 'github.css'
markdown_type = 'gfm'