提交
This commit is contained in:
parent
1719ebfa07
commit
bb6cbcccdb
23
.env
23
.env
|
|
@ -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
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ runtime/*
|
||||||
vendor/*
|
vendor/*
|
||||||
404.html
|
404.html
|
||||||
public/.well-known/*
|
public/.well-known/*
|
||||||
|
.env
|
||||||
Loading…
Reference in New Issue
Block a user