Changing db location.

This commit is contained in:
2023-12-20 17:49:25 -08:00
parent 526c4ae365
commit a4c41785ce
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
(use sql-de-lite crypt)
;; (define *db* "/home/tjhintz/db")
(define *db* "/farm/dist/db")
(define *db* "/farmdb/db")
(define-syntax with-db
(syntax-rules ()