mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-09-17 09:16:40 +08:00
12 lines
173 B
Bash
12 lines
173 B
Bash
APP_DEBUG = true
|
|
|
|
DB_TYPE = mysql
|
|
DB_HOST = 127.0.0.1
|
|
DB_NAME = test
|
|
DB_USER = test
|
|
DB_PASS = 123456
|
|
DB_PORT = 3306
|
|
DB_CHARSET = utf8
|
|
DB_PREFIX = mpay_
|
|
|
|
DEFAULT_LANG = zh-cn |