usergrid-standalone.0.0.13.source-code.usergrid-standalone.properties Maven / Gradle / Ivy
#
# Usergrid configuration properties
# Loaded by Spring PropertyPlaceholderConfigurer
#
#
# Do not put installation-specific or confidential
# configuration settings here if you plan to push
# this to GitHub
#
# Put your settings in usergrid-custom-test.properties
# instead.
#
# Whether to user the remote Cassandra cluster or not
cassandra.use_remote=false
# URL for local testing Cassandra cluster
cassandra.local.url=localhost:9160
cassandra.url=localhost:9160
# URL for remote production Cassandra cluster
cassandra.remote.url=
# Name of Cassandra cluster
cassandra.cluster=Test Cluster
cassandra.username=
cassandra.password=
#Properties to control the number of buckets in the index.
usergrid.index.defaultbucketsize=20
usergrid.counter.skipAggregate=true
usergrid.version.database=1.0.0
usergrid.version.schema=1.0.0
usergrid.version.properties=1.0.0
usergrid.version.build=0.1
#usergrid.auth.token_secret_salt=super secret token value
#usergrid.auth.token_expires_from_last_use=false
#usergrid.auth.token_refresh_reuses_id=false
# max time to persist tokens for (milliseconds)
#usergrid.auth.token.persist.expires=0
# expiration age for oauth access tokens (milliseconds)
#usergrid.auth.token.access.expires=0
# expiration age for oauth refresh tokens (milliseconds)
#usergrid.auth.token.refresh.expires=0
# max age for offline tokens (milliseconds)
#usergrid.auth.token.offline.expires=0
# max age for email tokens (milliseconds)
#usergrid.auth.token.email.expires=0
#Read consistency level for the cassandra cluster
cassandra.readcl=QUORUM
#Write consistency level for the cassandra cluster
cassandra.writecl=QUORUM
# SysAdmin login
usergrid.sysadmin.login.name=superuser
[email protected]
usergrid.sysadmin.login.password=superuser
usergrid.sysadmin.login.allowed=true
usergrid.sysadmin.approve.users=false
usergrid.sysadmin.approve.organizations=false
# Where to store temporary files
usergrid.temp.files=/tmp/usergrid
# Zookeeper instances
zookeeper.hosts=localhost:2180
zookeeper.sessionTimeout = 3000
zookeeper.maxAttempts = 3
#AWS_ACCESS_KEY_ID=
#AWS_ACCESS_KEY_SECRET=
#usergrid.binary.bucketname=usergrid-test-binary
usergrid.test.sample_data_url=
# Disable Mongo API Server
usergrid.mongo.disable=false
mail.transport.protocol=
mail.smtps.host=
mail.smtps.port=
mail.smtps.auth=
mail.smtps.username=
mail.smtps.password=
mail.smtps.quitwait=
usergrid.organization.activation.url=http://localhost:8080/ROOT/management/organizations/%s/activate
usergrid.admin.activation.url=http://localhost:8080/ROOT/management/users/%s/activate
usergrid.admin.confirmation.url=http://localhost:8080/ROOT/management/users/%s/confirm
usergrid.admin.resetpw.url=http://localhost:8080/ROOT/management/users/%s/resetpw
usergrid.user.activation.url=http://localhost:8080/ROOT/%s/%s/users/%s/activate
usergrid.user.confirmation.url=http://localhost:8080/ROOT/%s/%s/users/%s/confirm
usergrid.user.resetpw.url=http://localhost:8080/ROOT/%s/%s/users/%s/resetpw
usergrid.recaptcha.public=
usergrid.recaptcha.private=
usergrid.sysadmin.email=
usergrid.management.admin_users_require_confirmation=false
usergrid.management.admin_users_require_activation=false
usergrid.management.notify_admin_of_activation=false
usergrid.management.organizations_require_confirmation=false
usergrid.management.organizations_require_activation=false
usergrid.management.notify_sysadmin_of_new_organizations=false
usergrid.management.notify_sysadmin_of_new_admin_users=false
usergrid.setup-test-account=true
usergrid.test-account.app=test-app
usergrid.test-account.organization=test-organization
usergrid.test-account.admin-user.username=test
usergrid.test-account.admin-user.name=Test User
[email protected]
usergrid.test-account.admin-user.password=test
usergrid.redirect_root=
usergrid.management.mailer=Usergrid Mailer
# email footer
usergrid.management.email.footer=\
\n
###############################################################################
#
# Sysadmin notifications
#
# email to sysadmin to notify new organization has been activated
usergrid.management.email.sysadmin-organization-activated=\
Organization account for ${organization_name}, owned by ${organization_owners}, \
has been successfully activated.
# email to sysadmin to notify new admin has been activated
usergrid.management.email.sysadmin-admin-activated=\
Admin user account for ${user_email}has been successfully activated.
###############################################################################
#
# Organization approval flow
#
# email to sysadmin to approve and activate new organization
usergrid.management.email.sysadmin-organization-activation=\
To activate the organization account for ${organization_name}, owned by ${organization_owners}, \
click here:
\n
# email to organization owner to request confirmation
usergrid.management.email.organization-confirmation=\
To confirm your organization account, click here:
\n\
# email to organization owner to notify approval is pending
usergrid.management.email.organization-activation-pending=\
Your organization account ${organization_name} is awaiting approval.
# email to organization owner to notify organization is active
usergrid.management.email.organization-activated=\
Your organization account ${organization_name} has been successfully activated.
###############################################################################
#
# Admin approval flow
#
# email to sysadmin to approve and activate new admin
usergrid.management.email.sysadmin-admin-activation=\
To activate the user account for ${user_email}, click here:
\n\
# email to admin user to confirm email
usergrid.management.email.admin-confirmation=\
To confirm your email address ${confirm_email}, click here:
\n\
# email to admin user to notify email has been confirmed
usergrid.management.email.admin-confirmed=\
Your email address ${confirmed_email} has been confirmed.
\n\
You will receive another email with your account has been activated.
# email to admin to notify account is active
usergrid.management.email.admin-activated=\
Your user account has been successfully activated.
# email to admin to notify account has been added to an organization
usergrid.management.email.admin-invited=\
Your user account has been added to the organization ${organization_name}.
# email to admin for password reset
usergrid.management.email.admin-password-reset=\
To reset your password, click here:
\n\
###############################################################################
#
# User approval flow
#
# email to admin to approve and activate new app user
usergrid.management.email.admin-user-activation=\
To activate the user account for ${user_email}, click here:
\n\
# email to user to request activation
usergrid.management.email.user-confirmation=\
To confirm your user account, click here:
\n\
# email to user to notify account is confirmed
usergrid.management.email.user-confirmed=\
Your user account has been successfully confirmed.
\n\
You will receive another email with your account has been activated.
# email to user to notify account is active
usergrid.management.email.user-activated=\
Your user account has been successfully activated.
# email to user to reset password
usergrid.management.email.user-password-reset=\
To reset your password, click here:
\n\
# email to admin to notify new app user has been successfully activated
usergrid.management.email.admin-user-activated=\
User account for ${user_email} has been successfully activated
###############################################################################
#
# email to user to recover pin
usergrid.management.email.user-pin=\
Your application pin is:
\n\
${pin}