From 3a74377e861c1a401f1dffbd595f547e04eb72c8 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 22 Jan 2016 12:01:33 +0100 Subject: Initial commit --- .env.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .env.example (limited to '.env.example') diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..f341890 --- /dev/null +++ b/.env.example @@ -0,0 +1,13 @@ +APP_ENV=local +APP_DEBUG=true +APP_KEY=SomeRandomKey!!! + +DB_CONNECTION=mysql +DB_HOST=localhost +DB_PORT=3306 +DB_DATABASE=homestead +DB_USERNAME=homestead +DB_PASSWORD=secret + +CACHE_DRIVER=memcached +QUEUE_DRIVER=sync -- cgit v1.2.3