Skip to content

Commit bbb7b3d

Browse files
committed
Upgrade of postgis dialect for Geofence
1 parent f792313 commit bbb7b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/geoserver/templates/geofence/geofence-datasource-ovr.properties.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
geofenceVendorAdapter.databasePlatform=org.hibernatespatial.postgis.PostgisDialect
1+
geofenceVendorAdapter.databasePlatform=org.hibernate.spatial.dialect.postgis.PostgisDialect
22
geofenceDataSource.driverClassName=org.postgresql.Driver
33
geofenceDataSource.url=jdbc:postgresql://{{ DATABASE_HOST }}:{{ DATABASE_PORT }}/{{ GEONODE_GEODATABASE }}
44
geofenceDataSource.username={{ GEONODE_GEODATABASE_USER }}

0 commit comments

Comments
 (0)