Skip to content

Commit 5d08371

Browse files
committed
remove .env
1 parent 28b353a commit 5d08371

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.env

-4
This file was deleted.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
runtime
88
/config/db.php
9+
.env
910

1011
# Icon must end with two \r
1112
Icon

config/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
return [
1717
// 应用名称
18-
'app_name' => Env::get('app.name'),
18+
'app_name' => Env::get('app.name', 'Lsky Pro'),
1919
// 应用地址
2020
'app_host' => '',
2121
// 应用调试模式

0 commit comments

Comments
 (0)