nexusforever/Source/NexusForever.AuthServer/AuthServer.example.json
Jason Couture a57053db0e Database migrations - Phase 1 - Preparation (#60)
* 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.
2018-12-14 04:35:25 +13:00

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"
}
}
}