We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8cc9a commit c5e3396Copy full SHA for c5e3396
.profile
@@ -81,7 +81,7 @@ export CKANEXT__S3FILESTORE__AWS_SECRET_ACCESS_KEY=$(vcap_get_service s3 .creden
81
export CKANEXT__S3FILESTORE__AWS_BUCKET_NAME=$(vcap_get_service s3 .credentials.bucket)
82
export CKANEXT__S3FILESTORE__AWS_STORAGE_PATH=datagov/inventory-next
83
# xloader uses the same db as datastore
84
-export CKANEXT__XLOADER__JOBS_DB__URI=$(vcap_get_service datastore .credentials.uri)
+export CKANEXT__XLOADER__JOBS_DB__URI=$(vcap_get_service db .credentials.uri)
85
export CKANEXT__XLOADER__JOBS_DB__URI=${CKANEXT__XLOADER__JOBS_DB__URI/postgres/postgresql}
86
87
# Write out any files and directories
0 commit comments