feat: ajout manual_status et status_history aux réservations
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 18m16s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 18m16s
This commit is contained in:
18
config.go
18
config.go
@@ -11,14 +11,16 @@ func ReadConfig() (*viper.Viper, error) {
|
||||
"name": "COOPGO Fleets",
|
||||
"dev_env": false,
|
||||
"storage": map[string]any{
|
||||
"type": "mongodb",
|
||||
"mongodb": map[string]any{
|
||||
"host": "localhost",
|
||||
"port": "27017",
|
||||
"db_name": "coopgo_platform",
|
||||
"collections": map[string]any{
|
||||
"vehicles": "fleet_vehicles",
|
||||
"bookings": "fleet_bookings",
|
||||
"db": map[string]any{
|
||||
"type": "mongodb",
|
||||
"mongodb": map[string]any{
|
||||
"host": "localhost",
|
||||
"port": "27017",
|
||||
"db_name": "coopgo_platform",
|
||||
"collections": map[string]any{
|
||||
"vehicles": "vehicles",
|
||||
"bookings": "bookings",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user