Revert use of in-memory DB

Possible cause of functional gate issues.

Change-Id: Ie1f0d60e97cae7108ac59136ee4bacd03d7dfc9a
This commit is contained in:
Jeremy Freudberg 2017-08-09 18:14:54 +00:00
parent 10fae26c6d
commit cbbef62c50
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function configure_mixmatch {
sudo chown $STACK_USER:$STACK_USER /etc/mixmatch
cp $MIXMATCH_DIR/etc/mixmatch.conf.sample $MIXMATCH_CONF
iniset $MIXMATCH_CONF database connection "sqlite://"
iniset $MIXMATCH_CONF database connection "sqlite:////tmp/mixmatch.db"
iniset $MIXMATCH_CONF DEFAULT service_providers default
iniset $MIXMATCH_CONF DEFAULT aggregation False