Skip to content

Commit

Permalink
Add leap year option to config.example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
versx authored May 25, 2020
1 parent 0d55132 commit 58f10ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@
"Default": "https://cdn.example.com/images/original/monsters/{0:D3}_{1:D3}.png",
"Shuffle": "https://cdn.example.com/images/shuffle/monsters/{0:D3}_{1:D3}.png"
},
"enableDST": false
}
"enableDST": false,
"enableLeapYear": true
}

0 comments on commit 58f10ce

Please sign in to comment.