增加配置文件

This commit is contained in:
root
2025-05-18 12:28:58 +00:00
parent 2f1dd89060
commit 1eaf209e41
2 changed files with 26 additions and 16 deletions
Executable
+17
View File
@@ -0,0 +1,17 @@
APP_DEBUG = true
[APP]
DEFAULT_TIMEZONE = Asia/Shanghai
[DATABASE]
TYPE = mysql
HOSTNAME = 127.0.0.1
DATABASE = test
USERNAME = username
PASSWORD = password
HOSTPORT = 3306
CHARSET = utf8mb4
DEBUG = true
[LANG]
default_lang = zh-cn