We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8746e commit 1e5ac9aCopy full SHA for 1e5ac9a
gameserver/server.ini
@@ -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
+
10
[database]
-Host=claytestgameserverdb.documents.azure.com:10255
-User=claytestgameserverdb
-Password=Y3IyfX0vFBlqNjyRw4VK8qRge6JxK2x80468XJppzC22KWAhsBcCQ8eHtOb2g6WEpkOHsM52TM2Vf2ObZtZgqA==
11
+Host=localhost:27017
12
+User=
13
+Password=
14
Database=testgamedb
-ReplicaSetName=globaldb
-ConnectionTimeout=30
-UseSSL=true
15
+ReplicaSetName=
16
+ConnectionTimeout=10
17
+UseSSL=false
18
19
[logging]
20
LogMgo=false
0 commit comments