-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - Bump laravel/framework from 9.49.0 to 9.52.4 Bumps [laravel/framework](https://github.com/laravel/framework) from 9.49.0 to 9.52.4. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md) - [Commits](laravel/framework@v9.49.0...v9.52.4) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * - batch update March 2023 * - batch update March 2023 * - fix * #293 - testing during weekends * #293 - testing during weekends * #293 - PHP 8.2 bump * #293 - code review tweaks * Update composer.json Co-authored-by: Marcin Tracz <[email protected]> * #293 - cleaning-up * #293 - code review changes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: EwelinaLasowy <[email protected]> Co-authored-by: Marcin Tracz <[email protected]>
- Loading branch information
1 parent
32302c9
commit be278d8
Showing
34 changed files
with
1,360 additions
and
1,352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,26 +15,9 @@ DB_USERNAME=toby | |
DB_PASSWORD=password | ||
DB_ROOT_PASSWORD=example | ||
|
||
EXTERNAL_WEBSERVER_PORT=8181 | ||
EXTERNAL_NODE_PORT=5857 | ||
|
||
DOCKER_DEV_DB_EXTERNAL_PORT=5432 | ||
DOCKER_DEV_DB_DATABASE=${DB_DATABASE} | ||
DOCKER_DEV_DB_USERNAME=${DB_USERNAME} | ||
DOCKER_DEV_DB_PASSWORD=${DB_PASSWORD} | ||
DOCKER_DEV_DB_ROOT_PASSWORD=${DB_ROOT_PASSWORD} | ||
|
||
DOCKER_TEST_DB_EXTERNAL_PORT=5433 | ||
DOCKER_TEST_DB_DATABASE=${DB_DATABASE} | ||
DOCKER_TEST_DB_USERNAME=${DB_USERNAME} | ||
DOCKER_TEST_DB_PASSWORD=${DB_PASSWORD} | ||
DOCKER_TEST_DB_ROOT_PASSWORD=${DB_ROOT_PASSWORD} | ||
|
||
REDIS_PORT=6379 | ||
REDIS_HOST=toby-redis | ||
|
||
XDG_CONFIG_HOME=/tmp | ||
|
||
BROADCAST_DRIVER=log | ||
CACHE_DRIVER=file | ||
QUEUE_CONNECTION=redis | ||
|
@@ -54,8 +37,6 @@ MAIL_ENCRYPTION=null | |
MAIL_FROM_ADDRESS=[email protected] | ||
MAIL_FROM_NAME="${APP_NAME}" | ||
|
||
DOCKER_INSTALL_XDEBUG=false | ||
|
||
GOOGLE_CLIENT_ID= | ||
GOOGLE_CLIENT_SECRET= | ||
GOOGLE_CALENDAR_ENABLED=true | ||
|
@@ -68,3 +49,21 @@ SLACK_ENABLED=true | |
SLACK_CLIENT_TOKEN= | ||
SLACK_SIGNING_SECRET= | ||
SLACK_DEFAULT_CHANNEL="#general" | ||
|
||
EXTERNAL_WEBSERVER_PORT=8181 | ||
EXTERNAL_NODE_PORT=5857 | ||
|
||
DOCKER_INSTALL_XDEBUG=false | ||
XDG_CONFIG_HOME=/tmp | ||
|
||
DOCKER_DEV_DB_EXTERNAL_PORT=5432 | ||
DOCKER_DEV_DB_DATABASE=${DB_DATABASE} | ||
DOCKER_DEV_DB_USERNAME=${DB_USERNAME} | ||
DOCKER_DEV_DB_PASSWORD=${DB_PASSWORD} | ||
DOCKER_DEV_DB_ROOT_PASSWORD=${DB_ROOT_PASSWORD} | ||
|
||
DOCKER_TEST_DB_EXTERNAL_PORT=5433 | ||
DOCKER_TEST_DB_DATABASE=${DB_DATABASE} | ||
DOCKER_TEST_DB_USERNAME=${DB_USERNAME} | ||
DOCKER_TEST_DB_PASSWORD=${DB_PASSWORD} | ||
DOCKER_TEST_DB_ROOT_PASSWORD=${DB_ROOT_PASSWORD} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ google-credentials.json | |
.idea/ | ||
.composer | ||
.deployment | ||
/.phpunit.cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.