db配置文件move到config

This commit is contained in:
pengtao 2019-10-14 11:57:53 +08:00
parent b59685ec93
commit 43089ab135
2 changed files with 9 additions and 1 deletions

View File

@ -6,5 +6,12 @@
externalkey2gamelog
#### gamelog appkey 写入接口
从接口获取appkey写入gamelog配置文件
从接口获取appkey写入gamelog配置文件
内网调用:
http://10.10.3.16:6500/webapp/index.php?c=Ops&a=sync_log_conf

View File

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
#被mp系统调用用于同步(第三方传递日志需要)appkey到gamelog的相应配置文件
import requests
import logging
from ops.mansible import AnsibleAPI