@@ -5,6 +5,7 @@ type Config struct {
|
||||
DBName string
|
||||
ChatsCollectionName string
|
||||
WorkoutsCollectionName string
|
||||
CaloriesCollectionName string
|
||||
}
|
||||
|
||||
func NewConfig() *Config {
|
||||
@@ -13,5 +14,6 @@ func NewConfig() *Config {
|
||||
DBName: "valera",
|
||||
ChatsCollectionName: "chats",
|
||||
WorkoutsCollectionName: "workouts",
|
||||
CaloriesCollectionName: "calories",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user