-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes required for upgrading to Python 3.10 and CKAN 2.11 (#39)
* Make sure to init CKAN schema in RDS if the problem is DMS as well. * Add the virtual environment bin to the path so that binaries can be found in the init container. * Remove redundancy regarding having the datastore and datapusher enabled. There was no need for a special case for DMS. * Set the SECRET_KEY environment variable. * Fixed typo. * Fix CKAN image tag to 2.11.0 and PostgreSQL to whatever is latest. * Reset PostgreSQL to version 15 as this is a recent change that came from inconsistent runs. * Configure flask-session to use redis * Sensible default values for site title and description * Redis URL is set via an env var * Update site title and description --------- Co-authored-by: Jonathan S Berry <[email protected]>
- Loading branch information
1 parent
9697ac0
commit 57d8509
Showing
3 changed files
with
14 additions
and
7 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
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