Change-Id: I3b24ae8696ded86d8157a092eeff81cc45a2f291 Former-commit-id: ec1b81d28c4b418fada53c684e78d397fee9b97d
40 lines
No EOL
2.1 KiB
Properties
40 lines
No EOL
2.1 KiB
Properties
# The period which registry replication occurs
|
|
ebxml-replication-process.cron=0/10+*+*+*+*+?
|
|
# The period which the registry runs the garbage collection
|
|
ebxml-garbage-collect-process.cron=0+0+0/1+*+*+?
|
|
# When a federation synchonization is necessary, this is the number of threads
|
|
# that will be used for synchronization
|
|
ebxml-federation-sync-threads=3
|
|
# Master switch enabling email transmission
|
|
ebxml-email.enabled=false
|
|
# The maximum number of events that will be batched and send
|
|
# in a registry replication notification
|
|
ebxml-notification-batch-size=200
|
|
# The maximum number of threads that the ebxml registry will use for processing web requests
|
|
# This number must be >=5. As a general rule, the maximum number of connections should be:
|
|
# 5+{registries this registry is replicating to/from}=max-threads
|
|
ebxml-webserver-max-threads=8
|
|
|
|
####
|
|
# Registry Web server IP access control configurations
|
|
# This is a ; delimited list of IP access configurations
|
|
#
|
|
#An empty white list is treated as match all. If there is at least one entry in the white list,
|
|
#then a request must match a white list entry. Black list entries are always applied, so that
|
|
#even if an entry matches the white list, a black list entry will override it.
|
|
#
|
|
#Internet address specification is separated from the URI pattern using the "|" (pipe) character.
|
|
#URI patterns follow the servlet specification for simple * prefix and suffix wild
|
|
#cards (e.g. /, /foo, /foo/bar, /foo/bar/*, *.baz).
|
|
#
|
|
#Examples of the entry specifications are:
|
|
#
|
|
# 10.10.1.2 - all requests from IP 10.10.1.2
|
|
# 10.10.1.2|/foo/bar - all requests from IP 10.10.1.2 to URI /foo/bar
|
|
# 10.10.1.2|/foo/* - all requests from IP 10.10.1.2 to URIs starting with /foo/
|
|
# 10.10.1.2|*.html - all requests from IP 10.10.1.2 to URIs ending with .html
|
|
# 10.10.0-255.0-255 - all requests from IPs within 10.10.0.0/16 subnet
|
|
# 10.10.0-.-255|/foo/bar - all requests from IPs within 10.10.0.0/16 subnet to URI /foo/bar
|
|
# 10.10.0-3,1,3,7,15|/foo/* - all requests from IPs addresses with last octet equal to 1,3,7,15 in subnet 10.10.0.0/22 to URIs starting with /foo/
|
|
ebxml-webserver-ip-whitelist=
|
|
ebxml-webserver-ip-blacklist= |