processes=2
threads=2
autoreload=3
+uid='www-data'
+gid='www-data'
# waiting for other services
sh $app/deploy/wait.sh
# app start
uwsgi --socket :$port --wsgi-file $wsgi --chdir $app --master \
- --processes $processes --threads $threads --py-autoreload $autoreload
+ --processes $processes --threads $threads \
+ --uid $uid --gid $gid \
+ --py-autoreload $autoreload
EMAIL_PORT = '25'
DEFAULT_FROM_EMAIL = 'manifeste2016@ircam.fr'
EMAIL_SUBJECT_PREFIX = "IRCAM Manifeste 2016"
+
+SITE_TITLE = 'Manifeste 2016'
+SITE_TAGLINE = 'Festival 2 juin | 2 juillet 2016'