Skip to content

Commit 1e5ac9a

Browse files
author
Zbynek Novotny
committed
Switched server configuration to local database instance
1 parent 0f8746e commit 1e5ac9a

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

gameserver/server.ini

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1+
#[database]
2+
#Host=claytestgameserverdb.documents.azure.com:10255
3+
#User=claytestgameserverdb
4+
#Password=Y3IyfX0vFBlqNjyRw4VK8qRge6JxK2x80468XJppzC22KWAhsBcCQ8eHtOb2g6WEpkOHsM52TM2Vf2ObZtZgqA==
5+
#Database=testgamedb
6+
#ReplicaSetName=globaldb
7+
#ConnectionTimeout=30
8+
#UseSSL=true
9+
110
[database]
2-
Host=claytestgameserverdb.documents.azure.com:10255
3-
User=claytestgameserverdb
4-
Password=Y3IyfX0vFBlqNjyRw4VK8qRge6JxK2x80468XJppzC22KWAhsBcCQ8eHtOb2g6WEpkOHsM52TM2Vf2ObZtZgqA==
11+
Host=localhost:27017
12+
User=
13+
Password=
514
Database=testgamedb
6-
ReplicaSetName=globaldb
7-
ConnectionTimeout=30
8-
UseSSL=true
15+
ReplicaSetName=
16+
ConnectionTimeout=10
17+
UseSSL=false
918

1019
[logging]
1120
LogMgo=false

0 commit comments

Comments
 (0)