-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get the integration tests up and running again (#1300)
- Loading branch information
1 parent
a65b0d3
commit cc7210f
Showing
247 changed files
with
5,054 additions
and
5,609 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 |
---|---|---|
|
@@ -6,11 +6,23 @@ PANTHER_APP_ENV=panther | |
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots | ||
|
||
# Mbin variables | ||
DATABASE_URL="postgresql://kbin:[email protected]:5432/kbin_test?serverVersion=13&charset=utf8" | ||
DATABASE_HOST=127.0.0.1 | ||
DATABASE_PORT=5433 | ||
DATABASE_URL="postgresql://mbin:ChangeThisPostgresPass@${DATABASE_HOST}:${DATABASE_PORT}/mbin?serverVersion=16&charset=utf8" | ||
REDIS_HOST=127.0.0.1 | ||
REDIS_PORT=6380 | ||
REDIS_DNS=redis://${REDIS_HOST}:${REDIS_PORT} | ||
MAILER_DSN=null://default | ||
KBIN_JS_ENABLED=false | ||
KBIN_DEFAULT_LANG=en | ||
KBIN_DOMAIN=kbin.test | ||
ELASTICSEARCH_ENABLED=false | ||
KBIN_API_ITEMS_PER_PAGE=2 | ||
KBIN_FEDERATION_ENABLED=false | ||
|
||
###> league/oauth2-server-bundle ### | ||
OAUTH_PRIVATE_KEY=%kernel.project_dir%/config/oauth2/tests/private.pem | ||
OAUTH_PUBLIC_KEY=%kernel.project_dir%/config/oauth2/tests/public.pem | ||
OAUTH_ENCRYPTION_KEY=MF3Sks6dIHhMvk1SALv68e8LydunZopLennBuF9jALk= | ||
OAUTH_PASSPHRASE=null | ||
###< league/oauth2-server-bundle ### |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.