#
# User to run the daemons as.
#
CARDSTORIES_USER=cardstories

#
# Group to run the daemons as.
#
CARDSTORIES_GROUP=nogroup

#
# Number of seconds after which an inactive game will
# be canceled.
# A day
# GAME_TIMEOUT=86400
# A week
# GAME_TIMEOUT=604800
# A month
# GAME_TIMEOUT=2592000
#
GAME_TIMEOUT=86400
#
# White space separated list of plugins to load.
# The order matters.
#
#PLUGINS="auth solo mail"
PLUGINS="auth solo"

#
# White space separated list of plugins that will transform
# the incoming HTTP request, in the order they show.
#
PLUGINS_PRE_PROCESS="auth solo"

#
# White space separated list of plugins that will transform
# the JSON result, in the order they show.
#
PLUGINS_POST_PROCESS="auth"
