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

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

#
# 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"
