From fc33dd05a9e1a5b64e75c92b1c5226a73d5e1f31 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 26 Jun 2009 06:18:05 +0200 Subject: Use bgpstore db user. --- src/bgpstore.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bgpstore.lisp b/src/bgpstore.lisp index c77844f..2c3b8ed 100644 --- a/src/bgpstore.lisp +++ b/src/bgpstore.lisp @@ -1,6 +1,6 @@ ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- -(defparameter *db-spec* '("linus" "linus" "" "localhost" )) +(defparameter *db-spec* '("bgpstore" "bgpstore" "bgpstore" "localhost" )) (defun start-bgpstore (host port) (with-connection *db-spec* -- cgit v1.1