Update .env.example
This commit is contained in:
parent
706c891e08
commit
8b3a140c42
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
HOST=localhost
|
HOST=0.0.0.0
|
||||||
PORT=3333
|
PORT=3333
|
||||||
NODE_ENV=development
|
NODE_ENV=development
|
||||||
APP_URL=http://${HOST}:${PORT}
|
APP_URL=http://${HOST}:${PORT}
|
||||||
|
|
Loading…
Reference in a new issue