Upload folder via GUI - BCEconomy_pl
This commit is contained in:
17
BCEconomy_pl/src/main/resources/config.yml
Normal file
17
BCEconomy_pl/src/main/resources/config.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
# BCEconomy – Konfiguration
|
||||
# Dieselben Zugangsdaten wie in StatusAPI (verify.properties: economy.mysql.*)
|
||||
|
||||
mysql:
|
||||
host: localhost
|
||||
port: 3306
|
||||
database: Survival
|
||||
username: root
|
||||
password: ""
|
||||
|
||||
economy:
|
||||
currency-name: Dollar
|
||||
currency-name-plural: Dollar
|
||||
currency-symbol: "$"
|
||||
start-balance: 500.0
|
||||
# Wie viele Dezimalstellen angezeigt werden (2 = xx.xx)
|
||||
decimals: 2
|
||||
Reference in New Issue
Block a user