Skip to content

Commit

Permalink
changes to env and ini for learning
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Mar 22, 2023
1 parent 89876b7 commit ab724a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ TEST_CKAN_DATASTORE_WRITE_URL=postgresql://ckan:ckan@db/datastore_test
TEST_CKAN_DATASTORE_READ_URL=postgresql://datastore_ro:datastore@db/datastore_test

# CKAN core
CKAN_VERSION=2.9.7
CKAN_VERSION=2.10.0
CKAN_SITE_ID=default
CKAN_SITE_URL=http://ckan:5000
CKAN_SITE_URL=http://localhost:5000
CKAN_PORT=5000
CKAN_PORT_HOST=5000
CKAN___BEAKER__SESSION__SECRET=CHANGE_ME
# See https://docs.ckan.org/en/latest/maintaining/configuration.html#api-token-settings
CKAN___API_TOKEN__JWT__ENCODE__SECRET=string:CHANGE_ME
CKAN___API_TOKEN__JWT__DECODE__SECRET=string:CHANGE_ME
CKAN_SYSADMIN_NAME=ckan_admin
CKAN_SYSADMIN_PASSWORD=test1234
CKAN_SYSADMIN_PASSWORD=test5678
CKAN_SYSADMIN_EMAIL=[email protected]
CKAN_STORAGE_PATH=/var/lib/ckan
CKAN_SMTP_SERVER=smtp.corporateict.domain:25
Expand Down
3 changes: 2 additions & 1 deletion ckan/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ckan/ckan-base:ckan-2.10.0
#FROM ckan/ckan-base:ckan-2.10.0
#FROM ckan/ckan-base:dev-v2.10
FROM martymcfly333/ckan-docker-edit-ini:latest

# Set up environment variables
ENV APP_DIR=/srv/app
Expand Down

0 comments on commit ab724a5

Please sign in to comment.