From 065c1fae031ecc24b5685977fd0cb7fe84388364 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sun, 11 Mar 2018 16:26:34 -0400 Subject: [PATCH] fixup .example-env --- .example-env | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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