forked from LiamAEdwards/SS14-Docker-Linux-Server
Revert "Add MariaDB database configuration"
SS14 does not support MySQL/MariaDB, only SQLite and PostgreSQL. Reverting to SQLite default.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user