From 4c22a728fb0c1757e122da137a998ec2fc742095 Mon Sep 17 00:00:00 2001 From: Kipjr <12066560+Kipjr@users.noreply.github.com> Date: Sun, 29 Oct 2023 17:29:26 +0000 Subject: [PATCH] update .env.example with docker-vars --- .env.example | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 5c55d8f9..3ecdd702 100644 --- a/.env.example +++ b/.env.example @@ -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 @@ -65,4 +73,4 @@ ADLDAP_ADMIN_USERNAME= ADLDAP_ADMIN_PASSWORD= ADLDAP_CONTROLLERS= ADLDAP_PORT= -ADLDAP_BASEDN= \ No newline at end of file +ADLDAP_BASEDN=