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