mirror of
https://git.wownero.com/lza_menace/lza-wowbot.git
synced 2024-08-15 03:23:51 +00:00
17 lines
512 B
Python
17 lines
512 B
Python
# Bot meta
|
|
BOT_NICKNAME = 'lza-wowbot'
|
|
ROOMS = ['wownero', 'secret-bot-testing-facility']
|
|
ADMIN_NICKNAMES = ['lza_menace']
|
|
|
|
# Monero Daemon
|
|
DAEMON_HOST = 'endpoint or ip address' # ip of the node
|
|
DAEMON_PORT = 34568 # port the node accepts for rpc calls
|
|
DAEMON_USER = 'username'
|
|
DAEMON_PASS = 'password'
|
|
|
|
# Security
|
|
PASSWORD_SALT = 'salt here' # database salts
|
|
SECRET_KEY = 'secret session key here' # encrypts the session token
|
|
|
|
# IRC
|
|
IRC_HOST = 'ajnvpgl6prmkb7yktvue6im5wiedlz2w32uhcwaamdiecdrfpwwgnlqd.onion'
|