1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00

PR review changes

This commit is contained in:
Matej Bačo 2023-05-01 17:50:56 +02:00
parent 2b08ddee32
commit 73668a7283
2 changed files with 77 additions and 93 deletions

6
.env
View file

@ -1,4 +1,4 @@
_APP_ENV=production
_APP_ENV=development
_APP_LOCALE=en
_APP_WORKER_PER_CORE=2
_APP_CONSOLE_WHITELIST_ROOT=disabled
@ -76,4 +76,6 @@ _APP_LOGGING_PROVIDER=
_APP_LOGGING_CONFIG=
_APP_REGION=default
_APP_DOCKER_HUB_USERNAME=
_APP_DOCKER_HUB_PASSWORD=
_APP_DOCKER_HUB_PASSWORD=
_APP_CONSOLE_GITHUB_SECRET=
_APP_CONSOLE_GITHUB_APP_ID=

File diff suppressed because one or more lines are too long