Skip to content

Commit

Permalink
server config
Browse files Browse the repository at this point in the history
  • Loading branch information
JixS4v committed May 21, 2023
1 parent 8495d41 commit f7c59fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions config/admins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
# If SQL-based admin loading is enabled, admins listed here will always be loaded first #
# and will override any duplicate entries in the database. #
###############################################################################################
Ike709 = Host
Crossedfall = Host
CthulhuOnIce = Host
joelogbybolb = Host

# the rest are in the db
4 changes: 2 additions & 2 deletions config/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $include policies.txt
# There are various options which are hard-locked for security reasons.

## Server name: This appears at the top of the screen in-game and in the BYOND hub. Uncomment and replace 'beestation' with the name of your choice.
#@SERVERNAME beestation
#@SERVERNAME joestation

## Server SQL name: This is the name used to identify the server to the SQL DB, distinct from SERVERNAME as it must be at most 32 characters.
#@SERVERSQLNAME ss13newbs
Expand Down Expand Up @@ -260,7 +260,7 @@ CHECK_RANDOMIZER

## set a server location for world reboot. Don't include the byond://, just give the address and port.
## Don't set this to the same server, BYOND will automatically restart players to the server when it has restarted.
SERVER byond://sage.beestation13.com:7878
SERVER 127.0.0.1:7973

## forum address
FORUMURL https://forums.beestation13.com
Expand Down

0 comments on commit f7c59fc

Please sign in to comment.