This commit is contained in:
2023-03-11 14:07:42 +07:00
parent 44152d7a8d
commit f5ad06e110
3 changed files with 25 additions and 12 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ type Config struct {
func NewConfig() *Config {
return &Config{
MongoURL: "mongodb://mongo:o6bbyog3DHG0GYdu@90.189.218.191:27027",
MongoURL: "mongodb://mongo:o6bbyog3DHG0GYdu@158.160.11.219:27027",
DBName: "butler",
ChatsCollectionName: "chats",
}