Fixed error msg about 64-bit port integer (did not actually cause fatal errors), tested with updated go bin

This commit is contained in:
2018-12-27 15:24:07 -05:00
parent 01a976ab2f
commit 0560c2f3fe
3 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[serverConfig]
ServerPort = ":8000" #leave format as is it expects a string with colon
ServerPort = "8000" #leave format as is it expects a string with colon
ServerAddr = "192.168.1.8" #Put in the IP address you want to bind to
LogLevel = "Debug" # Options = Debug, Info, Warn, Error, Fatal, Panic
LogOutput = "file" #Options = file, stdout #file will print it to logs/server.log