Logo

GitLab

Sign in

赵晨青 / payapi

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • payapi
  • config
  • default.json
  • commit
    0d47c5a2
    赵晨青 authored
    2020-05-07 10:53:09 +0800  
    Browse Code »
default.json 410 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
{
  "port": 7000,
  "dbConfig": {
    "connectionLimit": 10,
    "host": "106.15.235.71",
    "user": "test_taichun001_",
    "password": "YD5e4ySr8CxAd8mk",
    "database": "test_taichun001_"
  },
  "cacheConfig": {
    "port": 6379,
    "host": "127.0.0.1",
    "family": 4,
    "db": 0
  },
  "wechatPay": {
    "appid": "1",
    "mchid": "2",
    "partnerKey": "3"
  },
  "demo": {
    "payPrice": 1
  }
}