diff --git a/bin/ci b/bin/ci
index 0deddee..964d756 100755
--- a/bin/ci
+++ b/bin/ci
@@ -50,7 +50,9 @@ if ! docker run --rm -v "$(pwd)/ci-bundle:/bundle" oba-ci bash -c 'cd /bundle &&
fi
echo "=== running postgres"
-docker run --name oba-postgres -d --rm postgres:10
+# Note that POSTGRES_HOST_AUTH_METHOD=trust is highly insecure and should
+# never be used in production.
+docker run --name oba-postgres -d -e POSTGRES_HOST_AUTH_METHOD=trust --rm postgres:10
echo "=== creating postgres database"
postgres_done=0
diff --git a/config/onebusaway-enterprise-acta-webapp-data-sources.xml b/config/onebusaway-enterprise-acta-webapp-data-sources.xml
index 60c949f..273ba80 100644
--- a/config/onebusaway-enterprise-acta-webapp-data-sources.xml
+++ b/config/onebusaway-enterprise-acta-webapp-data-sources.xml
@@ -26,4 +26,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ org.onebusaway.agency_metadata.model.AgencyMetadata
+ org.onebusaway.agency_metadata.service.AgencyMetadataDaoImpl
+
+
+
+
+ 1
+ thread
+ org.hibernate.cache.NoCacheProvider
+
+
+