Add MariaDB database configuration
All checks were successful
Build and publish wylab SS14 server / build-amd64 (push) Successful in 1m12s
Build and publish wylab SS14 server / build-arm64 (push) Successful in 7m33s

Configure SS14 server to use MariaDB for persistent storage
(player data, admin logs, preferences).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Codex Agent
2025-12-16 06:07:52 +01:00
parent 29ec3bd03e
commit 551245ab53

View File

@@ -102,6 +102,16 @@ 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