Skip to content

Commit

Permalink
fix: local.example.json additions
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Sep 4, 2024
1 parent 7879a7f commit a200e50
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion config/local.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"spawnpoint",
"weather",
"route",
"nest"
"nest",
"station"
]
},
{
Expand Down Expand Up @@ -236,6 +237,16 @@
"enabled": true,
"trialPeriodEligible": false,
"roles": []
},
"stations": {
"enabled": true,
"trialPeriodEligible": false,
"roles": []
},
"dynamax": {
"enabled": true,
"trialPeriodEligible": false,
"roles": []
}
}
},
Expand Down

0 comments on commit a200e50

Please sign in to comment.