diff options
-rw-r--r-- | src/bgpstore.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
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* |