first commit
This commit is contained in:
18
.env-example
Normal file
18
.env-example
Normal file
@@ -0,0 +1,18 @@
|
||||
APP_DEBUG = true
|
||||
|
||||
[APP]
|
||||
DEFAULT_TIMEZONE = Asia/Shanghai
|
||||
|
||||
[LANG]
|
||||
default_lang = zh-cn
|
||||
|
||||
[DATABASE]
|
||||
TYPE = mysql
|
||||
HOSTNAME = 127.0.0.1
|
||||
DATABASE = build
|
||||
USERNAME = root
|
||||
PASSWORD = 123456
|
||||
HOSTPORT = 3306
|
||||
PREFIX = ba_
|
||||
CHARSET = utf8mb4
|
||||
DEBUG = true
|
||||
Reference in New Issue
Block a user