mirror of
https://github.com/NexusForever/NexusForever
synced 2026-08-14 00:26:05 -04:00
* Upgraded database libraries, and modified connection strings to be more generic. This is all preparation for migrations. I want to do this in phases to cause minimal disruption to other developers. Next phase is full conversion of AuthContext. * Small style changes.
12 lines
291 B
JSON
12 lines
291 B
JSON
{
|
|
"Network": {
|
|
"Host": "0.0.0.0",
|
|
"Port": 23115
|
|
},
|
|
"Database": {
|
|
"Auth": {
|
|
"ConnectionString": "server=127.0.0.1;port=3306;user=nexusforever;password=nexusforever;database=nexus_forever_auth",
|
|
"Provider": "MySql"
|
|
}
|
|
}
|
|
}
|