require app key on crontab/tool http requests

This commit is contained in:
ghost 2023-10-15 04:30:19 +03:00
parent f5d8759dfe
commit 07262f4486
4 changed files with 12 additions and 4 deletions

View file

@ -6,6 +6,7 @@
parameters:
app.version: '%env(APP_VERSION)%'
app.name: '%env(APP_NAME)%'
app.key: '%env(APP_KEY)%'
app.pagination: '%env(APP_PAGINATION)%'
app.trackers: '%env(APP_TRACKERS)%'
app.locales: '%env(APP_LOCALES)%'