metin2-private-server / deploy /game.appsettings.json
manus4oHER's picture
Upload folder using huggingface_hub
3768ef0 verified
Raw
History Blame Contribute Delete
361 Bytes
{
"Hosting": {
"Port": 13000
},
"Cache": {
"Host": "cache",
"Port": 6379
},
"Database": {
"Provider": "mysql",
"ConnectionString": "Server=db;Database=metin2;Uid=metin2;Pwd=metin2;"
},
"maps": [
"metin2_map_a1",
"metin2_map_b1",
"metin2_map_c1"
]
}