const
pkgName* = "litestore"
pkgVersion* = "1.5.1"
pkgAuthor* = "Fabio Cevasco"
pkgDescription* = "Self-contained, lightweight, RESTful document store."
pkgLicense* = "MIT"
appname* = "LiteStore+OAuth2"
var
file* = "data.db"
address* = "127.0.0.1"
port* = 9500
|