feat: scaffold project with dependencies and config
Made-with: Cursor
This commit is contained in:
21
config.example.toml
Normal file
21
config.example.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[irc]
|
||||
server = "irc.zeronode.net"
|
||||
port = 6667
|
||||
tls = false
|
||||
nick = "owncast-bridge"
|
||||
channel = "#BowlAfterBowl"
|
||||
|
||||
[owncast]
|
||||
url = "https://owncast.bowlafterbowl.com"
|
||||
# Set OWNCAST_ACCESS_TOKEN env var for the token
|
||||
webhook_port = 9078
|
||||
websocket_enabled = true
|
||||
health_poll_interval_secs = 30
|
||||
|
||||
[bridge]
|
||||
irc_prefix = "[IRC]"
|
||||
owncast_prefix = "[OC]"
|
||||
message_buffer_size = 0
|
||||
|
||||
[control]
|
||||
socket_path = "/tmp/owncast-irc-bridge.sock"
|
||||
Reference in New Issue
Block a user