.env.example actualizado
This commit is contained in:
parent
f6de37a1eb
commit
596ac50e60
1 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,11 @@ APP_KEY=
|
||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
APP_URL=http://localhost
|
APP_URL=http://localhost
|
||||||
|
|
||||||
|
VITE_DEV_SERVER_URL=http://vite:5173
|
||||||
|
|
||||||
LOG_CHANNEL=stack
|
LOG_CHANNEL=stack
|
||||||
|
|
||||||
USERID=
|
USERID=1000
|
||||||
|
|
||||||
DB_CONNECTION=mysql
|
DB_CONNECTION=mysql
|
||||||
DB_HOST=db
|
DB_HOST=db
|
||||||
|
|
Loading…
Add table
Reference in a new issue