copr: backend: flip resalloc against postgresql

This commit is contained in:
Pavel Raiskup 2019-06-06 09:10:56 +02:00
parent 11e7d3629a
commit 618c1be2fe

View file

@ -1,4 +1,4 @@
db_url: 'sqlite:////var/lib/resallocserver/db.sqlite'
db_url: 'postgresql://resalloc@/resalloc'
logdir: '/var/log/resallocserver'
# Listen only on localhost!
hostname: 'localhost'