From 781c2b265e1389f69f280d9a8c039a59678a78ec Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 19 Feb 2015 18:55:43 +0100 Subject: directory structure --- backyard/php-api/trunk/.env.example | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 backyard/php-api/trunk/.env.example (limited to 'backyard/php-api/trunk/.env.example') diff --git a/backyard/php-api/trunk/.env.example b/backyard/php-api/trunk/.env.example deleted file mode 100644 index 4eb0845..0000000 --- a/backyard/php-api/trunk/.env.example +++ /dev/null @@ -1,11 +0,0 @@ -APP_ENV=local -APP_DEBUG=true -APP_KEY=SomeRandomString - -DB_HOST=localhost -DB_DATABASE=homestead -DB_USERNAME=homestead -DB_PASSWORD=secret - -CACHE_DRIVER=file -SESSION_DRIVER=file -- cgit v1.2.3