Skip to content

Commit c5e3396

Browse files
committed
change xloader db uri
1 parent ae8cc9a commit c5e3396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export CKANEXT__S3FILESTORE__AWS_SECRET_ACCESS_KEY=$(vcap_get_service s3 .creden
8181
export CKANEXT__S3FILESTORE__AWS_BUCKET_NAME=$(vcap_get_service s3 .credentials.bucket)
8282
export CKANEXT__S3FILESTORE__AWS_STORAGE_PATH=datagov/inventory-next
8383
# xloader uses the same db as datastore
84-
export CKANEXT__XLOADER__JOBS_DB__URI=$(vcap_get_service datastore .credentials.uri)
84+
export CKANEXT__XLOADER__JOBS_DB__URI=$(vcap_get_service db .credentials.uri)
8585
export CKANEXT__XLOADER__JOBS_DB__URI=${CKANEXT__XLOADER__JOBS_DB__URI/postgres/postgresql}
8686

8787
# Write out any files and directories

0 commit comments

Comments
 (0)