6 lines
183 B
Common Lisp
6 lines
183 B
Common Lisp
(defpackage cl-matrix-config
|
|
(:use #:cl)
|
|
(:export :+database+))
|
|
(in-package :cl-matrix-config)
|
|
|
|
(defvar +database+ '("cl_matrix_dev" "cl_matrix_dev" "cl_matrix_dev" "localhost"))
|