1 Star 0 Fork 1

现任明教教主-乾颐堂/IOxWeb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.py 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
JockDaRock 提交于 2019-08-21 17:14 . docker label updates
from configparser import ConfigParser
import os
# Get hold of the configuration file (package_config.ini)
moduledir = os.path.abspath(os.path.dirname(__file__))
BASEDIR = os.getenv("CAF_APP_PATH", moduledir)
# If we are not running with CAF, use the BASEDIR to get cfg file
tcfg = os.path.join(BASEDIR, "package_config.ini")
CONFIG_FILE = os.getenv("CAF_APP_CONFIG_FILE", tcfg)
cfg = ConfigParser()
cfg.read(CONFIG_FILE)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/qytang/IOxWeb.git
git@gitee.com:qytang/IOxWeb.git
qytang
IOxWeb
IOxWeb
master

搜索帮助