diff options
author | Adam Mathes <adam@trenchant.org> | 2017-01-23 20:04:03 -0800 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2017-01-23 20:04:03 -0800 |
commit | 93d6d36eb697cd9452eb4aab446151a1a33ed245 (patch) | |
tree | c9cb88718d03a6964f6d3705066f11d356257d37 /config.example | |
download | neko-93d6d36eb697cd9452eb4aab446151a1a33ed245.tar.gz neko-93d6d36eb697cd9452eb4aab446151a1a33ed245.tar.bz2 neko-93d6d36eb697cd9452eb4aab446151a1a33ed245.zip |
neko v2 initial commit
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.example b/config.example new file mode 100644 index 0000000..08f4ce4 --- /dev/null +++ b/config.example @@ -0,0 +1,7 @@ +{ + "DBServer": "root:@tcp(127.0.0.1:3306)/neko", + "WebServer": "127.0.0.0.1:4994", + "Username": "username", + "Realm": "example.com:443", + "DigestPassword": "plaintextpasswordforhttpDigestAuth" +} |