Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
*.sqlite
*.log
venv/
build.sh
CloudSession-Pkg.tar.gz

#################
## NetBeans
Expand Down
38 changes: 38 additions & 0 deletions cloudsession.properties.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#
# Sample Cloud Session configuration file
#

# Database connection
database.url = jdbc:mysql://database.example.com:3306/cloudsession
database.username = database_user
database.password = database_user_password

# SMTP server configuration
mail.host = smtp.example.com
mail.from = no_reply@example.com
mail.authenticated = true
mail.user = authenticated_username
mail.password = authenticated_user_password
mail.tls = true

# The email notification system relies on a number of templates
# to produce the email messages sent to users.
email.template.path = /usr/share/tomcat7/templates

# Rate limiting
# Starting number of compiles
bucket.compile.size = 100

# Number of tokens added per interval
bucket.compile.input = 50

# Token add interval (ms)
bucket.compile.freq = 500000

# Enable detailed statistics on applicaiton operation
metrics.console.enable = false

# Bucket types are objects that can be applied to the rate-limiting service built
# into the server. Bucket types are arbitrary units. There can be more than one
# bucket type defined.
bucket.types = compile