aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2018-06-12 14:58:02 -0700
committerAdam Mathes <adam@trenchant.org>2018-06-12 14:58:02 -0700
commit9e011074bcc80e00e6deb5b914371718e5991ce2 (patch)
treef8e7ef28d53f271354b369a3f5ef0844cd8a7ee6 /config
parent968d44abeb1fc378d4ce8e207c9f4983c19eb47a (diff)
downloadneko-9e011074bcc80e00e6deb5b914371718e5991ce2.tar.gz
neko-9e011074bcc80e00e6deb5b914371718e5991ce2.tar.bz2
neko-9e011074bcc80e00e6deb5b914371718e5991ce2.zip
sqlite3 support
Diffstat (limited to 'config')
-rw-r--r--config/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go
index fef1add..2b4dc41 100644
--- a/config/config.go
+++ b/config/config.go
@@ -7,6 +7,7 @@ import (
)
type Settings struct {
+ DBDriver string `json:"db_driver"`
DBServer string `json:"db"`
WebServer string `json:"web"`
Username string `json:"username"`