Use .env file instead of local config.

This commit is contained in:
flash 2025-02-09 23:34:28 +00:00
parent 4110cd5190
commit e1cb500f99
16 changed files with 517 additions and 98 deletions

View file

@ -10,7 +10,9 @@
"symfony/mailer": "~7.2",
"matomo/device-detector": "~6.4",
"sentry/sdk": "~4.0",
"nesbot/carbon": "~3.8"
"nesbot/carbon": "~3.8",
"vlucas/phpdotenv": "~5.6",
"filp/whoops": "~2.17"
},
"autoload": {
"classmap": [
@ -27,7 +29,6 @@
]
},
"require-dev": {
"phpstan/phpstan": "~2.1",
"filp/whoops": "~2.17"
"phpstan/phpstan": "~2.1"
}
}