Skip to content

Commit

Permalink
fix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Oct 25, 2024
1 parent 4c76e1f commit f5522a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ckan/files/env/base.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ CKAN_REDIS_URL=redis://redis_uni:6379/0
SECRET_KEY=flask-secret-key
BEAKER_SESSION_SECRET=some-secret
BEAKER_SESSION_VALIDATE_KEY=other-key
DATASTORE_WRITE_URL=postgresql://ckan_default:pass@postgresql_uni/datastore_test
DATASTORE_READ_URL=postgresql://ckan_default:pass@postgresql_uni/datastore_test
DATASTORE_WRITE_URL=postgresql://datastore_write:pass@postgresql_uni/datastore_test
DATASTORE_READ_URL=postgresql://datastore_read:pass@postgresql_uni/datastore_test

# Datapusher+
QSV_SNIFF_DELIMITER=True

0 comments on commit f5522a2

Please sign in to comment.