You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
601 B
32 lines
601 B
APP_DEBUG = true
|
|
|
|
[APP]
|
|
DEFAULT_TIMEZONE = Asia/Shanghai
|
|
|
|
[DATABASE]
|
|
TYPE = mysql
|
|
HOSTNAME = 127.0.0.1
|
|
DATABASE = invotpdb
|
|
USERNAME = invotpdb
|
|
PASSWORD = JJYzfsbrNwjn7P3E
|
|
HOSTPORT = 3306
|
|
CHARSET = utf8mb4
|
|
DEBUG = false
|
|
|
|
[LANG]
|
|
default_lang = zh-cn
|
|
|
|
[WECHAT]
|
|
TOKEN = invoiceApi
|
|
APPID = wx95f03b3c0c33335f
|
|
APPSECRET = 117f446ea2bfdd7ef28e131faafd248b
|
|
REDIRECT_URI = https://intp.xingtongworld.com/wechat/Login/wx
|
|
|
|
[WSDL]
|
|
SOAP_URL = http://120.234.15.170:4000/FeeService.dll/soap/IFeeService
|
|
SOAP_PORT = 4000
|
|
|
|
[SMS]
|
|
API_URL = https://www.sms-cly.cn/v7/msg/submit.json
|
|
USERNAME = clygysw
|
|
PASSWORD = r9jndi
|