Skip to content

Commit

Permalink
Add [email protected] to all the configs
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed May 10, 2024
1 parent b4dac86 commit 0454ab9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion configs/r2ohillsboro.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"admin_access": [
"[email protected]",
"[email protected]",
"[email protected]"
"[email protected]",
"[email protected]"
]
}
}
3 changes: 2 additions & 1 deletion configs/r2omilwaukie.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"admin_access": [
"[email protected]",
"[email protected]",
"[email protected]"
"[email protected]",
"[email protected]"
]
}
}
3 changes: 2 additions & 1 deletion configs/r2oparkrose.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"admin_access": [
"[email protected]",
"[email protected]",
"[email protected]"
"[email protected]",
"[email protected]"
]
}
}
2 changes: 1 addition & 1 deletion configs/ride2own.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"trip_end_notification": false
},
"admin_dashboard": {
"admin_access": ["[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]"],
"overview_users": true,
"overview_active_users": true,
"overview_trips": true,
Expand Down

0 comments on commit 0454ab9

Please sign in to comment.