Updated sample configs
This commit is contained in:
parent
73bebd503e
commit
a0eb013b80
|
@ -1,3 +1,2 @@
|
|||
DATABASE_URI=postgresql://<pgsql user>:<pgsql password>@<pgsql host>:<pgsql port>/<pgsql database>
|
||||
GOOGLE_API_KEY=<google api key>
|
||||
PASSWORD=<znc password>
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
"nick": "nxy",
|
||||
"realname": "nxy",
|
||||
"username": "nxy",
|
||||
"host": "localhost",
|
||||
"port": 6667,
|
||||
"ssl": true,
|
||||
"ssl": false,
|
||||
"autojoins": ["#nxy-dev"],
|
||||
"flood_burst": 1,
|
||||
"flood_rate": 4,
|
||||
|
|
Loading…
Reference in New Issue
Block a user