db: Finish removing refs to sqlite db

This commit is contained in:
Daniel Oaks 2016-09-17 21:35:13 +10:00
parent ae69ef5cd6
commit 668d8242a9
2 changed files with 1 additions and 7 deletions

View File

@ -22,7 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). For the purpo
* IRC operators
* ident lookups for usernames
* passwords stored in [bcrypt][go-crypto] format
* channels that [persist][go-sqlite] between restarts (+P)
* channels that persist between restarts (+P)
* client accounts and SASL
* IRCv3 support
@ -71,4 +71,3 @@ oragono run
* apologies to anyone I forgot.
[go-crypto]: https://godoc.org/golang.org/x/crypto
[go-sqlite]: https://github.com/mattn/go-sqlite3

View File

@ -74,11 +74,6 @@ datastore:
# path to the datastore
path: ircd.db
# path to our sqlite db
# currently used to lookup masks and store persistent chan data
# but planned to be deprecated in a future release
sqlite-path: ircd-sqlite.db
# limits - these need to be the same across the network
limits:
# nicklen is the max nick length allowed