Skip to content

Commit

Permalink
feat(config): add mineskin api key option to config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeV220 committed Jun 11, 2023
1 parent 2f29245 commit 890256e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -16,6 +16,8 @@ public enum OptionsUtil {

SECRET("secret", "SECRET HERE", Optional.empty()),

MINESKIN_API_KEY("mineskin api key", "none", Optional.empty()),

COMMAND_SKINOVERLAY("commands.skinoverlay", true, Optional.empty()),

DATABASE_HOST("database.SQL.host", "localhost", Optional.empty()),
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/config.yml
Expand Up @@ -3,6 +3,7 @@ Options:
debug: false
proxy: false
secret: "SECRET HERE"
mineskin api key: "none"
# Supported locales: en, fr, de, it, es, pt, nl, no, sv, da, fi, pl, cs, sk, hu, ro, bg, el, ru, tr, zh, ja, ko, en_US, en_GR, es_ES, es_MX, pt_BR, fr_CA
# You must have a file with the locale you want for example messages_en_US.yml or messages_el.yml
locale: "en_US"
Expand Down

0 comments on commit 890256e

Please sign in to comment.