diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index e16b58d..ef0d98f 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -346,6 +346,8 @@ SQLALCHEMY_TRACK_MODIFICATIONS = False SECRET_KEY = '$STATS_SECRET_KEY' +LOG_PATH = './var/stats.log' + MOSP_URL = 'https://objects.monarc.lu' EOF"