环境变量

This commit is contained in:
技术老胡 2024-10-19 10:03:24 +08:00
parent c1a3a4241a
commit 01b6a4d084

12
.env Normal file
View File

@ -0,0 +1,12 @@
APP_DEBUG = true
DB_TYPE = mysql
DB_HOST = 127.0.0.1
DB_NAME = mpay
DB_USER = admin
DB_PASS = Aa123456
DB_PORT = 3306
DB_CHARSET = utf8
DB_PREFIX = mpay_
DEFAULT_LANG = zh-cn