You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ or
152
152
3. Create your workspace(s) where you are going to use the MarkLogic DataStore
153
153
1. On the welcome page, click `Create workspaces`
154
154
2. Provide a workspace name (eg. "MarkLogic")
155
-
3. Provide a Namespace URI (eg. "http://marklogic.com/geoserver/som/wfs")
155
+
3. Provide a Namespace URI (eg. "http://marklogic.com/geoserver/wfs")
156
156
4. If you desire this to be the default workspace, click the corresponding checkbox.
157
157
5. Click the `submit` button
158
158
6. Click on the newly created workspace name on the `Workspaces` list
@@ -172,7 +172,7 @@ or
172
172
* Port is the geo-data-services-admin server on your MarkLogic Cluster
173
173
* Username is an administrative user on the MarkLogic Cluster
174
174
* Password is the adminsitrative user's password on the MarkLogic Cluster
175
-
* Database is the corresponding database (eg. `som-content`)
175
+
* Database is the corresponding database (eg. `my-content`)
176
176
* User-Auth-Type can be set to `PreAuthenticatedHeader` to enable enterprise SSO authentication mechanisms that rely on MarkLogic application-level authentication. Otherwise set User-Auth-Type to match the authentication mechanism used in the marklogic-geo-data-services app server in MarkLogic.
177
177
* User-Hostname is the host running the MarkLogic Server for user queries (may be the same as hostname above)
178
178
* User-Port is the port for the application server running the marklogic-geo-data-services app server in MarkLogic.
0 commit comments