This commit is contained in:
youda 2025-04-13 22:00:23 +08:00
commit 17827e0834
2 changed files with 2 additions and 24 deletions

23
.env
View File

@ -1,23 +0,0 @@
APP_DEBUG = false
[APP]
DEFAULT_TIMEZONE = Asia/Shanghai
[DATABASE]
TYPE = mysql
HOSTNAME = 127.0.0.1
DATABASE = youda_test
USERNAME = youda_test
PASSWORD = youda_test
HOSTPORT = 3306
CHARSET = utf8
DEBUG = false
[LANG]
default_lang = zh-cn
[REDIS]
HOST = 127.0.0.1
PORT = 6379
PASSWORD =
DB = 3

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ runtime/*
.htaccess
vendor/*
404.html
public/.well-known/*
public/.well-known/*
.env