111
This commit is contained in:
parent
a43d9ae922
commit
98680a0779
10
.env
10
.env
|
|
@ -1,4 +1,4 @@
|
|||
APP_DEBUG = false
|
||||
APP_DEBUG = true
|
||||
|
||||
[APP]
|
||||
DEFAULT_TIMEZONE = Asia/Shanghai
|
||||
|
|
@ -6,9 +6,9 @@ DEFAULT_TIMEZONE = Asia/Shanghai
|
|||
[DATABASE]
|
||||
TYPE = mysql
|
||||
HOSTNAME = 127.0.0.1
|
||||
DATABASE = youda
|
||||
USERNAME = youda
|
||||
PASSWORD = youda
|
||||
DATABASE = youda_test
|
||||
USERNAME = youda_test
|
||||
PASSWORD = youda_test
|
||||
HOSTPORT = 3306
|
||||
CHARSET = utf8
|
||||
DEBUG = false
|
||||
|
|
@ -23,4 +23,4 @@ PASSWORD =
|
|||
DB = 3
|
||||
|
||||
[YOUDA]
|
||||
YOUDA_ENV=production
|
||||
YOUDA_ENV=test
|
||||
Loading…
Reference in New Issue
Block a user