-
Notifications
You must be signed in to change notification settings - Fork 68
/
comms.txt
22 lines (17 loc) · 995 Bytes
/
comms.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## Communication key for receiving data through world/Topic(), you don't want to give this out.
## Must be set to something other than 'default_pwd' and at least 7 characters long to be valid.
#COMMS_KEY default_pwd
## Github Fine-Grained API Key with AT LEAST `issue.write` scope for the target repository.
#ISSUE_KEY github_pat_EXAMPLE
##Github API 'slug' for issue reporting, format owner/repo
ISSUE_SLUG daedalusdock/daedalusdock
## World address and port for server receiving cross server messages
## Use '+' to denote spaces in ServerName
## Repeat this entry to add more servers
#CROSS_SERVER ServerName byond:\\address:port
## Name that the server calls itself in communications
#CROSS_COMMS_NAME
## Network-name used for cross-server broadcasts made from communication consoles.
## Servers that do not match this network-name will have their messages discarded.
## Leaving this commented will allow all messages through, regardless of network.
#CROSS_COMMS_NETWORK default_network