diff options
Diffstat (limited to 'backyard/php-api/trunk/.env.example')
-rw-r--r-- | backyard/php-api/trunk/.env.example | 11 |
1 files changed, 0 insertions, 11 deletions
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 |