Skip to content

Commit 68a6825

Browse files
committed
Add default value for APP_HOSTNAME config variable
1 parent 1deac06 commit 68a6825

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.env.example

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
APP_ENV=local
22
APP_DEBUG=true
33
APP_KEY=SomeRandomString
4+
APP_HOSTNAME=192.168.10.10
45

56
DB_CONNECTION=pgsql
67
DB_HOST=localhost

0 commit comments

Comments
 (0)