From e5ef337e3adf44dc200d4f224e4a6c6cbc64177e Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 26 Jan 2020 19:10:45 +0000 Subject: [PATCH] Try not having a port --- .env.travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.travis b/.env.travis index 177e5cc8..3b70d5d2 100644 --- a/.env.travis +++ b/.env.travis @@ -1,7 +1,7 @@ APP_ENV=testing APP_DEBUG=true APP_KEY=base64:6DJhvZLVjE6dD4Cqrteh+6Z5vZlG+v/soCKcDHLOAH0= -APP_URL=http://jonnybarnes.localhost:8000 +APP_URL=http://jonnybarnes.localhost APP_LONGURL=jonnybarnes.localhost APP_SHORTURL=jmb.localhost