guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: services: cuirass: Remove the default database ho


From: guix-commits
Subject: branch master updated: services: cuirass: Remove the default database host.
Date: Wed, 15 Dec 2021 08:41:59 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 99b2f51  services: cuirass: Remove the default database host.
99b2f51 is described below

commit 99b2f51dc251431f11c73b6dc630df0bc61ac723
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Dec 15 14:41:10 2021 +0100

    services: cuirass: Remove the default database host.
    
    * gnu/services/cuirass.scm (%cuirass-default-database): Remove the default
    host.
---
 gnu/services/cuirass.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/cuirass.scm b/gnu/services/cuirass.scm
index a69c20a..96f28a9 100644
--- a/gnu/services/cuirass.scm
+++ b/gnu/services/cuirass.scm
@@ -58,7 +58,7 @@
 ;;;; Code:
 
 (define %cuirass-default-database
-  "dbname=cuirass host=/tmp")
+  "dbname=cuirass")
 
 (define-record-type* <cuirass-remote-server-configuration>
   cuirass-remote-server-configuration make-cuirass-remote-server-configuration



reply via email to

[Prev in Thread] Current Thread [Next in Thread]