-
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.
Merge pull request #650 from CSCfi/stable
Merge stable to master v0.9.34-rc2
- Loading branch information
Showing
38 changed files
with
2,178 additions
and
867 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 |
---|---|---|
|
@@ -70,7 +70,9 @@ def _get_test_app_config(): | |
'MAIL_USERNAME': '', | ||
'MAIL_PASSWORD': '', | ||
'MAIL_DEFAULT_SENDER': '[email protected]', | ||
'SSO_PREFIX': 'fd_test_csc_fi', | ||
'SSO': { | ||
'PREFIX': 'fd_test_csc_fi', | ||
}, | ||
'DOWNLOAD_API_V2': { | ||
'ENABLED': True, | ||
'HOST': 'mock-download', | ||
|
@@ -92,7 +94,9 @@ def _get_app_config_for_travis(): | |
'APP_LOG_PATH': '/var/log/etsin_finder/etsin_finder.log', | ||
'DEBUG': True, | ||
'SECRET_KEY': 'cb3c5d29f16eda4e46fb77c14d6a75f9ab23e6df95c84e32', | ||
'SSO_PREFIX': 'fd_test_csc_fi', | ||
'SSO': { | ||
'PREFIX': 'fd_test_csc_fi', | ||
}, | ||
'DOWNLOAD_API_V2': { | ||
'ENABLED': True, | ||
'HOST': 'mock-download', | ||
|
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.