remove .env

This commit is contained in:
WispX 2019-01-02 22:05:03 +08:00
parent 28b353a552
commit 5d08371347
3 changed files with 2 additions and 5 deletions

4
.env
View File

@ -1,4 +0,0 @@
[APP]
NAME = Lsky Pro
DEBUG = false
TRACE = false

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
runtime
/config/db.php
.env
# Icon must end with two \r
Icon

View File

@ -15,7 +15,7 @@
return [
// 应用名称
'app_name' => Env::get('app.name'),
'app_name' => Env::get('app.name', 'Lsky Pro'),
// 应用地址
'app_host' => '',
// 应用调试模式