Fix default configuration.
This commit is contained in:
parent
214d2f2f31
commit
df704e53e8
1 changed files with 9 additions and 6 deletions
11
siahsd.conf
11
siahsd.conf
|
@ -9,16 +9,19 @@ event handlers = database jsonbot
|
||||||
driver = mysql
|
driver = mysql
|
||||||
host = localhost
|
host = localhost
|
||||||
name = siahsd
|
name = siahsd
|
||||||
username = root
|
username = siahsd
|
||||||
password =
|
password =
|
||||||
|
|
||||||
|
|
||||||
[siahs]
|
[siahs]
|
||||||
port = 4000
|
port = 4000
|
||||||
|
|
||||||
|
[secip]
|
||||||
|
port = 9000
|
||||||
|
rsa key file = something.sexp
|
||||||
|
|
||||||
[jsonbot]
|
[jsonbot]
|
||||||
address = 127.0.0.1
|
address =
|
||||||
port = 9001 # OVER 9000!
|
port = 5500
|
||||||
aes key =
|
aes key =
|
||||||
password =
|
password =
|
||||||
privmsg to = #bitlair
|
privmsg to = #bitlair
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue