# This file contains default configuration variables
# You can modify the config by either changing them here or 
#  using each shell scripts arguments 

# Mail configuration
OX_MAIL_HOST=dovecot.qa.open-xchange.com
OX_MAIL_DOMAIN=qa.open-xchange.com
# Noreply specific settings
OX_ENV_NOREPLY_SERVER=${OX_MAIL_HOST}
OX_ENV_NOREPLY_ADDRESS=noreply@${OX_MAIL_DOMAIN}
OX_ENV_NOREPLY_LOGIN=${OX_ENV_NOREPLY_ADDRESS}
OX_ENV_NOREPLY_PASSWORD=secret

# Database specific configuration
# Choose which DB type should be installed (mysql | mariadb)
DATABASE_TYPE=mysql
# Choose which DB version should be installed
DATABASE_VERSION=5.7
DATABASE_ROOT_USER=root
DATABASE_ROOT_PASS=secret
DATABASE_HOST_NAME=localhost
DATABASE_HOST_PORT=3306

# OX Backend specific configuration
OX_ADMINMASTER_USER=oxadminmaster
OX_ADMINMASTER_PASS=secret
OX_SERVER_NAME=singlenode
OX_CLUSTER_NAME=singlenode
OX_HAZELCAST_ENABLED=true
OX_CONFIGDB_USER=openexchange
OX_CONFIGDB_PASS=secret
OX_CONFIGDB_NAME=configdb

# Default setup settings
# In order to modify the features to install use the parameters or uncomment the options here
INSTALL_DATABASE=true
INSTALL_MIDDLEWARE=true
INSTALL_FRONTEND=true
INSTALL_GUARD=true
INSTALL_DOCUMENTS=true
INSTALL_DOCUMENTCONVERTER=true
INSTALL_JAVA=true
INSTALL_TYPE=singlenode
OX_INIT=true
OX_ENV_QA=true