Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Introduction

The infinite.configuration.properties.TEMPLATE file is used to store temporary configuration properties that Infinit.e application installers use to get the platform up and running.  The properties below should be set before proceeding with installing the Infinit.e platform on a server.

Note: This document covers both OFFLINE and ONLINE versions of the file.

Key configuration properties - must be set

Basic Infinit.e Settings

Change the admin.password and test.user.password values from the default of infinit.e!2012.

################################################################################
# Basic Infinit.e Settings 
################################################################################
# Default admin and test user passwords
# Admin: admin_infinite@ikanow.com
# CHANGE THIS:
admin.password=infinit.e!2012
# Test User: test_user@ikanow.com
# CHANGE THIS:
test.user.password=infinit.e!2012

Note: These password values are encrypted when the admin and test user accounts are created in the Infinit.e database.

Software as a service (SAAS) settings

SASS settings should be left in their default settings (shown below).

################################################################################
# Software as a service (SAAS) settings
# If true, allows admin requests that come from trusted sources to have admin privileges: 
app.saas=false
# A list of trusted DNS/IP addresses (eg from CMS):
app.saas.trusted.dns=
Amazon services properties

Amazon services properties need to set if Infinit.e is deployed to servers hosted by Amazon.

################################################################################
# Amazon services properties
# Values: 0=false, 1=true
# If deployed on an EC2 cluster set this to 1:
use.aws=0
# This is the root s3 bucket name to be used for backups:
# (The following names are used: mongo.<s3.url>, elasticsearch.<s3.url> .. daily backups in the same region
#  backup.mongo.<s3.url>, backup.elasticsearch.<s3.url> ... monthly backups in a different region
#  Note these dirs need to be set up manually)
s3.url=
EMail Server Settings

 

################################################################################
# EMail Server Settings
# The server to be used for mail transactions (eg smtp.google.com):
mail.server=
# Base-64 encoded SHA-256 hash of username:
mail.username=
# Base-64 encoded SHA-256 hash of password:
mail.password=
# This URL is used as the base for links included in the 
# So should point to an accessible REST endpoint (eg the same as ui.end.point.url below)
url.root=http://MY_REST_ENDPOINT/api/

Properties that can normally be left as their default

TODO

 

  • No labels