Skip to content

Commit

Permalink
update .env.example with docker-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Kipjr committed Oct 29, 2023
1 parent ba0b1ac commit 4c22a72
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@ APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost

APP_OFFLINE=0
APP_PORT=8180
APP_SERVICE=mensa.php
WWWUSER=1000
WWWGROUP=1000
FORWARD_DB_PORT=3307

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
DB_ROOT_PASSWORD=verysecret

BROADCAST_DRIVER=log
CACHE_DRIVER=file
Expand Down Expand Up @@ -65,4 +73,4 @@ ADLDAP_ADMIN_USERNAME=
ADLDAP_ADMIN_PASSWORD=
ADLDAP_CONTROLLERS=
ADLDAP_PORT=
ADLDAP_BASEDN=
ADLDAP_BASEDN=

0 comments on commit 4c22a72

Please sign in to comment.