guix-commits
[Top][All Lists]
Advanced

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

branch master updated: services: cuirass: Use "/tmp" database host.


From: guix-commits
Subject: branch master updated: services: cuirass: Use "/tmp" database host.
Date: Wed, 14 Apr 2021 10:10:30 -0400

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 3f3d663  services: cuirass: Use "/tmp" database host.
3f3d663 is described below

commit 3f3d66377c052d6121b46db53391614329fa4ffb
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Apr 14 16:09:35 2021 +0200

    services: cuirass: Use "/tmp" database host.
    
    This is a follow-up of c311147bd16aa0e5746d9cbf31502f5fd61e470c.
    
    * gnu/services/cuirass.scm (%cuirass-default-database): Use "/tmp" database
    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 9de36eb..5b4e24d 100644
--- a/gnu/services/cuirass.scm
+++ b/gnu/services/cuirass.scm
@@ -60,7 +60,7 @@
 ;;;; Code:
 
 (define %cuirass-default-database
-  "dbname=cuirass host=/var/run/postgresql")
+  "dbname=cuirass host=/tmp")
 
 (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]