Skip to content

Commit

Permalink
Added Kevin as well
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Jun 17, 2024
1 parent b7231ce commit d04867e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 6 additions & 1 deletion configs/ccebikes.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
"push_send": false,
"options_uuids": true,
"options_emails": true,
"data_trajectories_columns_exclude": ["user_id"]
"data_trajectories_columns_exclude": ["user_id"],
"admin_access": [
"[email protected]",
"[email protected]",
"[email protected]"
]
}
}
6 changes: 5 additions & 1 deletion configs/dcebike.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
"map_trip_lines": false,
"push_send": false,
"options_uuids": true,
"options_emails": true
"options_emails": true,
"admin_access": [
"[email protected]",
"[email protected]"
]
}
}
2 changes: 1 addition & 1 deletion configs/usaid-laos-ev.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"trip_end_notification": false
},
"admin_dashboard": {
"admin_access": ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]"],
"admin_access": ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]"],
"overview_users": true,
"overview_active_users": true,
"overview_trips": true,
Expand Down

0 comments on commit d04867e

Please sign in to comment.