@@ -17,6 +17,7 @@ type MongoConfig struct {
|
||||
ChatsCollectionName string
|
||||
WorkoutsCollectionName string
|
||||
CaloriesCollectionName string
|
||||
WeightCollectionName string
|
||||
}
|
||||
|
||||
type TgConfig struct {
|
||||
@@ -50,6 +51,7 @@ func NewAppConfig() *AppConfig {
|
||||
ChatsCollectionName: "chats",
|
||||
WorkoutsCollectionName: "workouts",
|
||||
CaloriesCollectionName: "calories",
|
||||
WeightCollectionName: "weights",
|
||||
},
|
||||
TgConfig: &TgConfig{
|
||||
Token: token,
|
||||
|
||||
Reference in New Issue
Block a user