From 185f5cce2911b3a80ac5b5098e07f618cea27ca5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 14 Feb 2015 16:13:28 +0100 Subject: [PATCH] environment files. --- .env.example | 1 + .env.testing | 1 + 2 files changed, 2 insertions(+) diff --git a/.env.example b/.env.example index d591731926..170d6bc3dd 100644 --- a/.env.example +++ b/.env.example @@ -10,3 +10,4 @@ DB_PASSWORD=secret CACHE_DRIVER=file SESSION_DRIVER=file + diff --git a/.env.testing b/.env.testing index 8c3486bf72..887ffc6968 100644 --- a/.env.testing +++ b/.env.testing @@ -10,3 +10,4 @@ DB_PASSWORD=secret CACHE_DRIVER=file SESSION_DRIVER=file +