1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 02:16:54 +00:00

Remove SocketOrigin config, edit url building

This commit is contained in:
Kane York 2015-12-16 12:47:19 -08:00
parent 6b88b40538
commit 4b2449aecf
2 changed files with 8 additions and 6 deletions

View file

@ -18,8 +18,6 @@ type ConfigFile struct {
ServerID int
ListenAddr string
SSLListenAddr string
// Hostname of the socket server
SocketOrigin string
// URL to the backend server
BackendURL string