图片服务器上传Api接口
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.
 
 
 

18 lines
250 B

APP_DEBUG = true
[APP]
DEFAULT_TIMEZONE = Asia/Shanghai
[DATABASE]
TYPE = mysql
HOSTNAME = 127.0.0.1
DATABASE = www.test.com
USERNAME = root
PASSWORD =123456
HOSTPORT = 3306
CHARSET = utf8mb4
DEBUG = true
PREFIX = tp_
[LANG]
default_lang = zh-cn