forked from mhavey/marklogic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
71 lines (57 loc) · 2.38 KB
/
gradle.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
mlDHFVersion=4.1.0
mlHost=localhost
mlUsername=admin
mlPassword=admin
mlStagingAppserverName=xmi2es-tutorials-empHub-STAGING
mlStagingPort=13400
mlStagingDbName=xmi2es-tutorials-empHub-STAGING
mlStagingForestsPerHost=3
mlStagingAuth=digest
# To enable SSL for staging
# mlStagingSimpleSsl=true
mlFinalAppserverName=xmi2es-tutorials-empHub-FINAL
mlFinalPort=13401
mlFinalDbName=xmi2es-tutorials-empHub-FINAL
mlFinalForestsPerHost=3
mlFinalAuth=digest
# To enable SSL for final
# mlFinalSimpleSsl=true
mlJobAppserverName=xmi2es-tutorials-empHub-JOBS
mlJobPort=13403
mlJobDbName=xmi2es-tutorials-empHub-JOBS
mlJobForestsPerHost=4
mlJobAuth=digest
# To enable SSL for jobs
# mlJobSimpleSsl=true
mlModulesDbName=xmi2es-tutorials-empHub-MODULES
mlModulesForestsPerHost=1
mlStagingTriggersDbName=xmi2es-tutorials-empHub-staging-TRIGGERS
mlStagingTriggersForestsPerHost=1
mlStagingSchemasDbName=xmi2es-tutorials-empHub-staging-SCHEMAS
mlStagingSchemasForestsPerHost=1
mlFinalTriggersDbName=xmi2es-tutorials-empHub-final-TRIGGERS
mlFinalTriggersForestsPerHost=1
mlFinalSchemasDbName=xmi2es-tutorials-empHub-final-SCHEMAS
mlFinalSchemasForestsPerHost=1
# You can override this to specify an alternate folder for your
# custom forest info. Defaults to user-config/forests/
# mlCustomForestPath=forests
# The name of the Role to create for Hub Access
mlHubUserRole=data-hub-role
mlHubUserName=data-hub-user
# this password is autogenerated for you via the 'gradle hubInit' task
mlHubUserPassword=g?E)I^h67^hH{QqN2jY[
# The name of the role to create for hub deployment/development
mlHubAdminRole=hub-admin-role
mlHubAdminUserName=hub-admin-user
mlHubAdminUserPassword=?t4K$z-W5gjb@PI31(wj
# Deprecated property
# If you are working with a load balancer please indicate so using
# property "mlIsHostLoadBalancer"
# When "mlIsHostLoadBalancer" is set to "true", the value specified for "mlHost" will be used as the load balancer.
# You do not need to explicitly set the value of "mlLoadBalancerHosts" but if you do it must match the value of the property "mlHost"
# mlLoadBalancerHosts=your-load-balancer-hostname
# Default module permissions which allow data-hub-role to execute flows
mlModulePermissions=rest-reader,read,rest-writer,insert,rest-writer,update,rest-extension-user,execute,data-hub-role,read,data-hub-role,execute
# If DHF is running in a provisioned environment please specify it here
# mlIsProvisionedEnvironment=false