1 Star 0 Fork 0

小佳/eolinker_os_py

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
production.ini 937 Bytes
一键复制 编辑 原始数据 按行查看 历史
小佳 提交于 2018-02-05 18:38 . first commit
###
# app configuration
# https://docs.pylonsproject.org/projects/pyramid/en/1.9-branch/narr/environment.html
###
[app:main]
use = egg:eolinker_os
pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.default_locale_name = en
###
# wsgi server configuration
###
[server:main]
use = egg:waitress#main
listen = *:6543
###
# logging configuration
# https://docs.pylonsproject.org/projects/pyramid/en/1.9-branch/narr/logging.html
###
[loggers]
keys = root, eolinker_os
[handlers]
keys = console
[formatters]
keys = generic
[logger_root]
level = WARN
handlers = console
[logger_eolinker_os]
level = WARN
handlers =
qualname = eolinker_os
[handler_console]
class = StreamHandler
args = (sys.stderr,)
level = NOTSET
formatter = generic
[formatter_generic]
format = %(asctime)s %(levelname)-5.5s [%(name)s:%(lineno)s][%(threadName)s] %(message)s
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/code_ljgade/eolinker_os_py.git
[email protected]:code_ljgade/eolinker_os_py.git
code_ljgade
eolinker_os_py
eolinker_os_py
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385