diff --git a/.example-env b/.example-env index de1165be..8d31b3e3 100644 --- a/.example-env +++ b/.example-env @@ -1,2 +1,5 @@ -API=http://localhost:3000 +NODE_ENV=development +PORT=3000 +API_PROTOCOL=http +API_HOST=localhost:3001 ACTIONCABLE=ws://localhost:3001/cable \ No newline at end of file