<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ThinkChat2.0新版上線,更智能更精彩,支持會話、畫圖、視頻、閱讀、搜索等,送10W Token,即刻開啟你的AI之旅 廣告
                ```shell # 后臺管理地址 BhBackgroundDomain="https://www.baidu.com/" # gateway ServerGatewayHost= ServerGatewayPort=8201 ServerMode=test /release # API # 代理前綴 /api-web BhGatewayAPIDomain=https://www.baidu.com/CreatePayment.html BhGatewayAPIHost= BhGatewayAPIPort=8092 # resolver #BhServerResolverSchema=ant_server BhServerResolverSchema=bc_server BhServerName=bc_mall BhServerETCDAliveTTL=5 # auth BhServerAuthEnable=false # schedules BhServerSchedulesEnable=true #開啟api驗證 BhCheckEncryptEnable=false # mysql BhDatabaseDriver=mysql BhDatabaseUsername=root BhDatabasePassword="123456" BhDatabaseHost=172.16.3.40 BhDatabasePort=3306 BhDatabaseDBName=#數據庫名 BhDatabaseParameters="charset=utf8mb4&timeout=30s&loc=Local&autocommit=true" # mysql options BhDatabaseOrmDebug=true BhDatabaseTablePrefix=t_ BhDatabaseMaxOpenConn=0 BhDatabaseMaxIdleConn=10 BhDatabaseConnMaxLifetime=0s # etcd BhETCDEndpoints=172.16.3.52:2379 #注意使用docker容器,IP不要127.0.0.1或者localhost,而應該是宿主機IP,不然獲取到是容器虛擬IP就會連接不上,其它也類似。 BhETCDDialTimeout=3s # ssl ServerSSLEnable=false ServerSSLCaFile= ServerSSLCertFile=config/server.pem ServerSSLKeyFile=config/server.key ServerSSLServerName=test.com # gateway BhGatewaySSLEnable=false BhGatewaySSLCaFile= BhGatewaySSLCertFile=config/server.pem BhGatewaySSLKeyFile=config/server.key BhGatewaySSLServerName=bc_mall.test # Encrypt,秘鑰必須是32位,偏移量必須是16位 EncryptEnable=true AntEncryptKey="A***********yUR" AntEncryptIv = "76T***********p" # 錢包加密,秘鑰必須是32位,偏移量必須是16位 WalletEncryptKey=nQ***********1 WalletEncryptIv=Bc***********P #wechat mini app BhWxMiniAppId=wx************f6 BhWxMiniAppSecret=b6************b8 BhWxPublicAppId=wx7************d BhWxPublicAppSecret=e************6 # wechat merchant BhMacId=15************21 BhApiKey=4ED************888 #BhWxAppId=wx00c00000b61b1004 #BhWxAppSecret=00000000000000000000000000000000 #保存圖片路徑可保存子服務器上或者阿里云oss或者亞馬遜S3等對象存儲 BhUploadDestination=local #local BhLocalHost=http://172.16.3.52:8200/ #普通用戶上傳視頻最大40M BhUploadVideoMax=40 #VIP用戶上傳視頻最大55M # upload : ali-oss / aws-s3 # 不填默認 ali-oss BhUploadDestination="ali-oss" #oss BhOssAccessKeyId=LT************h0 BhOssAccessKeySecret=Uj4k**********o7s0Kt BhOssEndpoint=https://oss-cn-shenzhen.aliyuncs.com BhOssHost=https://bucket.oss-cn-shenzhen.aliyuncs.com BhOssCdn=https://bucket.oss-cn-shenzhen.aliyuncs.com BhOssBucket=bucket # aws s3 BHAwsS3Region="ap-southeast-1" BHAwsS3Endpoint="s3.ap-southeast-1.amazonaws.com" BHAwsS3Username="admins3" BHAwsS3SecretId="AKIARFKGOHD3EDJEXOQM" BHAwsS3SecretKey="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" BHAwsS3Token= BHAwsS3Bucket="antmall" BHAwsS3SubDir="" BHAwsS3Domain="https://antmall.s3-ap-southeast-1.amazonaws.com/" #短信驗證,根據第三方接口配置選擇 # sms : 5c.com.cn / www.yunpian.com BhSmsDomain="www.yunpian.com" # 短信有效期,單位:時(h)/分(m)/秒(s) BhSmsExpire=5m # 是否真正的發送驗證嗎 BhSmsEnable=false # 5c.com.cn Bh5cEndpoint="http://m.5c.com.cn/api/send/index.php" Bh5cUsername= Bh5cPassword= Bh5cApiKey= Bh5cCallbackURL= Bh5cCodeTemplate="您的驗證碼為:#code#。" Bh5cCodeTemplateFormat="#code#" # www.yunpian.com BhYpEndpoint="https://sms.yunpian.com/v2/sms/single_send.json" BhYpApiKey=*************** BhYpCallbackURL= BhYpCodeTemplate="【美團外賣】您的驗證碼是#code#。如非本人操作,請忽略本短信" BhYpCodeTemplateFormat="#code#" #alipay-test #BhAlipayAppId=0000000000000000 #alipay BhAlipayAppId = "2019052265279917" BhAlipayPublicKey = "***" BhAlipayPrivateKey = "***" # redis BhRedisAddress=172.16.3.52:6379 BhRedisPassWord="123456" BhRedisDB=2 #BhRedisAddress=172.16.3.52:6379 #BhRedisPassWord="123456" #BhRedisDB=1 # eth 測試節點 BhEthEndpoint=https://ropsten.infura.io/v3/cbc1dd8f85c7493ea16449f2ebe47eed # 測試鏈 #ETH正式節點 #BhEthEndpoint=https://mainnet.infura.io BhEthDataDir="tmp/eth-datadir" BhEthKeystoreDir="tmp/eth-keystore" # eth 測試環境 chainid:在admin.nodeInfo中查找 BhEthTest=true BhEthTestAddress=0xd**********************d2cd33a7bb BhEthTestAddressPrivate=c5a99ec******************************6c9598386 #usdt 測試地址 UsdtRec20TokenAddress='0xC7cE*****************************171C8F' UsdtTest=true UsdtTestAddress=0x0*****************************eEd UserTestAddressPrivate=c5*****************************6c9598386 # BME 測試地址 BMERec20TokenAddress = '0xB*****************************67' #錢包加密 WalletEncryptKey=U0L*****************************aW4ifQ WalletEncryptIv=Jm*****************************yMj #平臺幣 StRec20TokenAddress='0x58*****************************9A' BhEthBlockHost="https://api-ropsten.etherscan.io" # 中幣行情 zb.com/api # 如果API請求變的慢,請打開上面網站,查看最新的URL # 示例 usdt->人民幣 :http://api.zb.plus/data/v1/ticker?market=usdt_qc # 示例 btc->usdt :http://api.zb.live/data/v1/ticker?market=btc_usdt BhCoinTickerApiUrlZb=http://api.zb.live/data/v1/ticker # 曠視 實名認證 FacePlusPlusOCRAPIKey=zTk******************************y_EZ8 FacePlusPlusOCRAPISecret=w9******************************kl FacePlusPlusOCRAPIUrl=https://api-cn.faceplusplus.com/cardpp/v1/ocridcard FacePlusPlusOCRIsSevere=false ```
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看