# User to run the daemons as.
CARDSTORIES_USER=cardstories

# Group to run the daemons as.
CARDSTORIES_GROUP=nogroup

# sending mail invitations
CARDSTORIES_HOST=localhost
CARDSTORIES_BODY=$(cat <<EOF
Hi friend,

Come play with me at 
http://localhost:4923/static/?player_id=%(player_id)s&game_id=%(game_id)s

Cheers
EOF
)
CARDSTORIES_FROM=noreply@localhost
CARDSTORIES_SUBJECT="Cardstories invitation"
