From 618c1be2fec7f0d2693fb252f668518cd66e4ec3 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 6 Jun 2019 09:10:56 +0200 Subject: [PATCH] copr: backend: flip resalloc against postgresql --- roles/copr/backend/templates/resalloc/server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'