forked from koopjs/koop-provider-marklogic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle-example-connector.properties
35 lines (28 loc) · 1.17 KB
/
gradle-example-connector.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Property file for setting up the connector against the included example
# database configuration.
#
# Creates an app server on the given mlRestPort that exposes the MarkLogic
# Koop Provider interface.
#
# Create your own version of this file and configure mlContentDatabaseName
# and mlSchemasDatabaseName to point at the database that you want to connector
# to run against.
mlHost=localhost
mlRestPort=8095
mlUsername=<admin username>
mlPassword=<admin password>
# The database that the connector will serve data from
mlContentDatabaseName=esri-example-app-content
# The schemas database of the content database. This is needed to install any
# TDE templates that may be configured as part of the feature service configurations.
mlSchemasDatabaseName=esri-example-app-schemas
# The hostname that is used when publishing feature service URLs. This may be
# an eternal hostname that is different than the internal hostname of the Koop
# server.
koopHost=localhost
# The default is to run on port 80 but that typically requires special permission
koopPort=9080
# Disable HTTPS unless it is needed
koopSSLEnabled=false
# The feature service configuration is called "example"
fsConfig=example