These comments are not in the actual settings.yml file; that's why they are shown here.

license-key: "DISCORD.GG/ZELTUV TO GET YOUR LICENSE"

database:
  type: SQLITE
  sqlite:
    file: stock.db
  mysql:
    host: localhost
    port: 3306
    database: swiftshop
    username: root
    password: password
    pool-size: 10

cache:
  cleanup-interval: 300
  shop-ttl: 600
  shop-max-size: 500
  sell-ttl: 600
  sell-max-size: 300
  stock-ttl: 300
  stock-max-size: 1000
  player-ttl: 1800
  transaction-ttl: 300
  transaction-max-size: 100

currency-symbol: "$"
stock-enabled: true
restock-interval: 3600
transactions-require-confirmation: true