created .env.example file

This commit is contained in:
Jan Felix Wiebe 2019-11-14 23:24:30 +01:00
parent 3838496c84
commit d39d65ce7e
2 changed files with 8 additions and 8 deletions

View file

@ -1,9 +1,9 @@
APP_NAME=Lumen APP_NAME=Lost & Found Backend
APP_ENV=local APP_ENV=local
APP_KEY= APP_KEY=
APP_DEBUG=true APP_DEBUG=false
APP_URL=http://localhost APP_URL=http://localhost
APP_TIMEZONE=UTC APP_TIMEZONE=Europe/Berlin
LOG_CHANNEL=stack LOG_CHANNEL=stack
LOG_SLACK_WEBHOOK_URL= LOG_SLACK_WEBHOOK_URL=
@ -11,9 +11,9 @@ LOG_SLACK_WEBHOOK_URL=
DB_CONNECTION=mysql DB_CONNECTION=mysql
DB_HOST=127.0.0.1 DB_HOST=127.0.0.1
DB_PORT=3306 DB_PORT=3306
DB_DATABASE=homestead DB_DATABASE=lostfound
DB_USERNAME=homestead DB_USERNAME=lostfound
DB_PASSWORD=secret DB_PASSWORD=club-mate!Cola
CACHE_DRIVER=file CACHE_DRIVER=file
QUEUE_CONNECTION=sync QUEUE_CONNECTION=sync

View file

@ -21,9 +21,9 @@ $app = new Laravel\Lumen\Application(
dirname(__DIR__) dirname(__DIR__)
); );
// $app->withFacades(); $app->withFacades();
// $app->withEloquent(); $app->withEloquent();
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------