import os PORT = 8889 settings = { 'cookie_secret': '__TODO:_GENERATE_YOUR_OWN_RANDOM_VALUE_HERE__', 'template_path': os.path.join(os.path.dirname(__file__), 'templates'), 'static_path': os.path.join(os.path.dirname(__file__), 'static'), 'login_url': '/login', 'xsrf_cookies': True, 'debug': True, 'autoreload': True, 'server_traceback': True, } DATABASE_DSN = 'dbname=archilance2 user=archilance password=q3048hgaoasd333knf host=localhost'