Skip to content

Commit

Permalink
default to mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC committed Dec 14, 2024
1 parent bd22776 commit 5fedb48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ EXTERNAL_IP=localhost
# The database type that will be used.
# Acceptable values are `sqlite`, `mysql`, `mariadb`, `maria`.
# Case insensitive.
database_type=sqlite
database_type=mariadb
SQLITE_DATABASE_PATH=resServer/dlu.sqlite

# Database values
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- CLIENT_LOCATION=/app/luclient
- DLU_CONFIG_DIR=/app/configs
- DUMP_FOLDER=/app/dump
- DATABASE_TYPE=${DATABASE_TYPE:sqlite}
- DATABASE_TYPE=mariadb
- SQLITE_DATABASE_PATH=${SQLITE_DATABASE_PATH:-resServer/dlu.sqlite}
- SKIP_ACCOUNT_CREATION=${SKIP_ACCOUNT_CREATION:-1}
- MYSQL_HOST=darkflamedb
Expand Down

0 comments on commit 5fedb48

Please sign in to comment.