This commit is contained in:
youda 2025-04-13 20:40:13 +08:00
parent 1719ebfa07
commit bb6cbcccdb
2 changed files with 2 additions and 24 deletions

23
.env
View File

@ -1,23 +0,0 @@
APP_DEBUG = true
[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 = true
[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