metin2-private-server / deploy /auth.appsettings.json
manus4oHER's picture
Upload folder using huggingface_hub
3768ef0 verified
Raw
History Blame Contribute Delete
261 Bytes
{
"Hosting": {
"Port": 11000
},
"Cache": {
"Host": "cache",
"Port": 6379
},
"Database": {
"Provider": "mysql",
"ConnectionString": "Server=db;Database=metin2;Uid=metin2;Pwd=metin2;"
}
}