Revert "Add MariaDB database configuration"
All checks were successful
Build and publish wylab SS14 server / build-amd64 (push) Successful in 1m15s
Build and publish wylab SS14 server / build-arm64 (push) Successful in 5m28s

SS14 does not support MySQL/MariaDB, only SQLite and PostgreSQL.
Reverting to SQLite default.
This commit is contained in:
2025-12-16 06:56:53 +01:00
parent 551245ab53
commit 3b41aab1f5

View File

@@ -102,16 +102,6 @@ download_url = "https://cdn.wylab.me/fork/wylab/version/bce50cad4cebdc8443947911
# build = "E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855"
build = "D51F7777997E329D9B5A8B307AB8F49FF0A699D1B52EC7B7505C3DBBFF92E103"
[database]
# Database engine: sqlite, postgres, or mysql (MariaDB)
engine = "mysql"
# MariaDB connection string
mysql_host = "192.168.1.50"
mysql_port = 3306
mysql_database = "ss14"
mysql_username = "ss14"
mysql_password = "ss14-wylab-2024"
[auth]
# Authentication (accounts):
# 0 = Optional, 1 = Required, 2 = Disabled