1 Star 0 Fork 0

sheerydai / apiTestP2P

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.py 480 Bytes
一键复制 编辑 原始数据 按行查看 历史
sheerydai 提交于 2022-05-11 21:02 . Initial commit
import os
BASE_DIR = os.path.dirname(__file__) # 项目根目录
# BASE_DIR = os.path.dirname(os.path.abspath(__file__)) # 项目根目录
BASE_URL = 'http://user-p2p-test.itheima.net'
MOBILE_URL = "http://mobile-p2p-test.itheima.net"
THIRD_BASE_URL = 'http://121.43.169.97:8000'
phone1 = '13600001311'
phone2 = '13600001312'
pwd = 'test123'
DB_URL = '52.83.144.39'
DB_USERNAME = 'root'
DB_PASSWORD = 'Itcast_p2p_20191228'
DB_MEMBER = 'czbk_member'
DB_FINANCE = 'czbk_finance'
1
https://gitee.com/sheerysong/apiTestP2P.git
git@gitee.com:sheerysong/apiTestP2P.git
sheerysong
apiTestP2P
apiTestP2P
master

搜索帮助