Skip to content

Commit

Permalink
Update example_config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreeeee committed Dec 27, 2023
1 parent a6cc17b commit af0afdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# You can pass this without the file location and it will look for yokkaichi.toml in your current location.
# Do not comment any of the config's options, it will currently cause a crash

version = "3" # Changed for every change breaking config compatibility
version = "4" # Changed for every change breaking config compatibility

[platforms]
java = true
Expand Down Expand Up @@ -34,4 +34,5 @@ bin_filename = "IP2LOCATION-LITE-DB11.BIN"
csv_filename = "IP2LOCATION-LITE-DB1.CSV"
bin_code = "DB11LITEBIN" # Avoid changing this
csv_code = "DB1LITECSV" # Avoid changing this
check_for_updates = true # Will Yokkaichi check for updates to the database every month. Highly recommended to leave it on!
cache = true # Enable for faster speed at the cost of RAM

0 comments on commit af0afdb

Please sign in to comment.