更改DB域名
This commit is contained in:
parent
9618374942
commit
42356d0f88
@ -7,7 +7,7 @@ import org.litote.kmongo.*
|
||||
import org.litote.kmongo.id.toId
|
||||
|
||||
object MemberRecordService {
|
||||
private val client = KMongo.createClient("mongodb://ray650128:Zx650128!@www.ray650128.com:27017")
|
||||
private val client = KMongo.createClient("mongodb://ray650128:Zx650128!@ray650128.com:27017")
|
||||
private val database = client.getDatabase("pc_re_dive_clan_battle")
|
||||
private val recordCollection = database.getCollection<MemberRecord>()
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ import org.litote.kmongo.*
|
||||
import org.litote.kmongo.id.toId
|
||||
|
||||
object MemberService {
|
||||
private val client = KMongo.createClient("mongodb://ray650128:Zx650128!@www.ray650128.com:27017")
|
||||
private val client = KMongo.createClient("mongodb://ray650128:Zx650128!@ray650128.com:27017")
|
||||
private val database = client.getDatabase("pc_re_dive_clan_battle")
|
||||
private val memberCollection = database.getCollection<Member>()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user