mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
db: Finish removing refs to sqlite db
This commit is contained in:
parent
ae69ef5cd6
commit
668d8242a9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user