diff options
author | Linus Nordberg <linus@nordu.net> | 2009-06-26 06:18:05 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2009-06-26 06:18:05 +0200 |
commit | fc33dd05a9e1a5b64e75c92b1c5226a73d5e1f31 (patch) | |
tree | 594244b25d467a89a9d667e12446b5954a2c2bcc | |
parent | feeb6a62fdcc4cfc30863ee7fd4b664fb2190453 (diff) |
Use bgpstore db user.
-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* |