Update config.yml
This commit is contained in:
parent
0ceeb43abc
commit
9976889001
13
config.yml
13
config.yml
|
@ -1,24 +1,25 @@
|
|||
# ircBridgeV3 Config
|
||||
irc:
|
||||
server: irc.website.com
|
||||
server: irc.privatesilverscreen.cc
|
||||
port: 6697
|
||||
botnick: ""
|
||||
botnick: "TestBot"
|
||||
nickserv_user: ""
|
||||
nickserv_pass: ""
|
||||
oper_user: ""
|
||||
oper_pass: ""
|
||||
lobby_chat: "#lobby"
|
||||
main_chat: "#general" # #lobby for testing should be #general for production
|
||||
lobby_chat: "#HHD.Dev"
|
||||
main_chat: "#lobby" # #lobby for testing should be #general for production
|
||||
staff_chats:
|
||||
1: "#staff"
|
||||
2: "#moderation"
|
||||
3: "#help"
|
||||
4: "#HHD.Dev"
|
||||
admin_chat: "#admins"
|
||||
|
||||
api:
|
||||
endpoint: "https://website.com/api/chat-bridge"
|
||||
endpoint: "https://hhd-dev.fuckyour.day/api/chat-bridge"
|
||||
token: ""
|
||||
verify_endpoint: "https://website.com/api/chat-bridge/verify-irc"
|
||||
verify_endpoint: "https://hhd-dev.fuckyour.day/api/chat-bridge/verify-irc"
|
||||
|
||||
settings:
|
||||
reconnect_delay: 8
|
||||
|
|
Loading…
Reference in New Issue