You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
336 B
22 lines
336 B
2 months ago
|
appName = "chat_room"
|
||
|
|
||
|
[mysql]
|
||
|
host = "47.237.29.68"
|
||
|
name = "chat"
|
||
|
password = "Meetingyou0))"
|
||
|
port = 3306
|
||
|
tablePrefix = ""
|
||
|
user = "root"
|
||
|
|
||
|
[log]
|
||
|
level = "debug"
|
||
|
path = "logs/chat.log"
|
||
|
|
||
|
[staticPath]
|
||
|
filePath = "web/static/file/"
|
||
|
|
||
|
[msgChannelType]
|
||
|
channelType = "gochannel"
|
||
|
|
||
|
kafkaHosts = "8.222.169.172:9092"
|
||
|
kafkaTopic = "go-chat-message"
|