Skip to content

Commit

Permalink
Adjust sample .env for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MuchQuak committed Feb 5, 2025
1 parent 8d2cbe5 commit 3699097
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
APP_NAME=Laravel
APP_NAME=Symbiota-Laravel
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
APP_SERVICE='web'

WWWUSER=1000
WWWGROUP=1000
Expand All @@ -15,7 +16,7 @@ DB_CONNECTION=mariadb
DB_HOST=mariadb
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_USERNAME=symbiota-user
DB_PASSWORD=sample_password
FORWARD_DB_PORT=3306

Expand Down

0 comments on commit 3699097

Please sign in to comment.