Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Data expiration time in days
expiration-time: 60

# Database type sqlite, mysql
# Database types: sqlite | mysql
# SQlite is a flat file storage method done locally and requires zero setup; files stored as `fileName.db`
# MySQL is a dedicated service that reqiures professional setup.
database-type: sqlite
mysql:
hostname: 127.0.0.1
Expand All @@ -12,7 +14,8 @@ mysql:
port: 3306
jdbcurl-properties: ''

# Convert from yml, sqlite, mysql, none (normally handled automatically)
# Convert from YML | sqlite | mysql | none
# Usually, conversion is happened automatically
convert-from: none
# Debug SQL statements
sql-debug: false
Expand Down Expand Up @@ -51,4 +54,4 @@ discord:
username: 'AltDetector'
mc-server-name: "Minecraft Server"
avatar-url: ''
embed-color: 0xff0000
embed-color: 0xff0000 # Red, Fire Engine Red (0xRRGGBB), whereas RR, GG, BB are Hexedecimal numbers