Skip to content

Commit bc6831d

Browse files
committed
Update example env
1 parent 725ef9e commit bc6831d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.env.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
APP_NAME=Laravel
1+
APP_NAME=Larabue
22
APP_ENV=local
33
APP_KEY=
44
APP_DEBUG=true
55
APP_URL=http://localhost
6-
APP_DEFAULT_LOCALE=
6+
APP_DEFAULT_LOCALE=en
77

88
# like = domain.com,localhost
9-
SANCTUM_STATEFUL_DOMAINS=ifc.if,localhost
9+
SANCTUM_STATEFUL_DOMAINS=domain.test,localhost
1010
# like = .domain.com
11-
SESSION_DOMAIN=
11+
SESSION_DOMAIN=.domain.test
1212

1313
LOG_CHANNEL=stack
1414

0 commit comments

Comments
 (0)