diff --git a/roles/copr/backend/templates/resalloc/server.yaml b/roles/copr/backend/templates/resalloc/server.yaml index 438f007a25..83cd72e796 100644 --- a/roles/copr/backend/templates/resalloc/server.yaml +++ b/roles/copr/backend/templates/resalloc/server.yaml @@ -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'