v0.6.1 - Fixed env

This commit is contained in:
frederikpyt 2020-08-11 09:32:36 +02:00
parent 5137d6da9d
commit e5cf13c4c2
1 changed files with 17 additions and 4 deletions

View File

@ -1,6 +1,6 @@
APP_NAME=Laravel
APP_ENV=local
APP_KEY=
APP_KEY=base64:xxOWN1DEzzMxOUEi981cuqkLQs68/dnw2vmv4JtNXjA=
APP_DEBUG=true
APP_URL=http://localhost
@ -9,9 +9,9 @@ LOG_CHANNEL=stack
DB_CONNECTION=sqlite
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
DB_DATABASE=/home/frederikpyt/Documents/PhpstormProjects/skolehjem-webapp/skolehjem/database/laravel.sqlite
DB_USERNAME=phpstorm
DB_PASSWORD=12345
BROADCAST_DRIVER=log
CACHE_DRIVER=file
@ -44,3 +44,16 @@ PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
LDAP_LOGGING=true
LDAP_CONNECTION=default
LDAP_HOST=127.0.0.1
LDAP_USERNAME="cn=user,dc=local,dc=com"
LDAP_PASSWORD=secret
LDAP_PORT=389
LDAP_BASE_DN="dc=local,dc=com"
LDAP_TIMEOUT=5
LDAP_SSL=false
LDAP_TLS=false
HTTPS_ONLY=false