Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Addresses to send log files from and to.

Code Block
#-------------------------------------------------------------------------------

...


# 1.5] EMail Addresses for log files etc.

...


#-------------------------------------------------------------------------------

...


# All emails come from this user:

...


log.files.mail.from=

...


# System alert emails come from this user:

...


log.files.mail.to=
1.6 API Search Test Terms and Expected Results
1.7 Amazon AWS Settings

AWS access and secret keys required for the Infinit.e platform to access AWS.

Code Block
#-------------------------------------------------------------------------------

...



# 1.7] Amazon AWS Settings

...


#-------------------------------------------------------------------------------

...


# AWS keys (only needed if use.aws=1)

...


aws.access.key=

...


aws.secret.key=
1.8 MongoDB Properties

MongoDB configuration properties that need to be set on any non-EC2/AWS installation.

Code Block
#-------------------------------------------------------------------------------

...


# 1.8] MongoDB Properties

...


#-------------------------------------------------------------------------------

...


# MongoDB config server or servers (must be 1 or 3 comma separated IPs), non-EC2/AWS installations only

...


db.config.servers=

...


db.replica.sets=

...


#----------------------------------------------

...


# db.cluster.subnet - used for non-EC2/AWS only installations to help mongodb configurations

...


# identify proper host ip addresses, e.g. 127.0.0.

...


db.cluster.subnet=
1.9 UI settings

API access configuration.

Code Block
#-------------------------------------------------------------------------------
# 2.9] UI settings
#-------------------------------------------------------------------------------
# After this many seconds of inactivity, users are logged out from their Infinit.e session
access.timeout=1800
# The passphrase for the SSL keystore (not needed unless HTTPS is being used)
ssl.passphrase=
# This is a regex that, if specified, will allow only access to REST commands matching
# Eg the commented out example will allow only login/keepalive and querying.
#remote.access.allow=^/api/(knowledge/document/query|auth/login|auth/keepalive)
remote.access.allow=
# This parameter does the opposite, allows everything except specified commands
remote.access.deny=

 

1.10 Elasticsearch Properties

...