Skip to content

Commit 0d7d4ef

Browse files
read me fix
1 parent d8b2569 commit 0d7d4ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.MD

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ Documentation in [Russian](http://comet-server.org/doku.php/ru) and [English](ht
4141

4242
## Demo access to server API
4343

44+
For testing CppComet without install on vps you can use [free cloud service with same api](https://comet-server.com/).
45+
In the all examples I will use demonstration access from [comet-server.com](http://comet-server.com) for those who could not or were too lazy to deploy the server on their vps.
46+
4447
For demo access use credentials:
4548
```
4649
Login: 15
4750
Password:lPXBFPqNg3f661JcegBY0N0dPXqUBdHXqj2cHf04PZgLHxT6z55e20ozojvMRvB8
4851
Host: app.comet-server.ru
4952
```
5053

51-
CppComet has cloud saas alternative that can be used for testing and demo access.
52-
In the following examples I will use demonstration access from [comet-server.com](http://comet-server.com) for those who could not or were too lazy to deploy the server on their vps.
53-
5454
Example of connecting to [cometQL api](http://comet-server.org/doku.php/en:comet:cometql) from console using mysql-client:
5555
```
5656
mysql -h app.comet-server.ru -u15 -plPXBFPqNg3f661JcegBY0N0dPXqUBdHXqj2cHf04PZgLHxT6z55e20ozojvMRvB8 -DCometQL_v1 --skip-ssl

0 commit comments

Comments
 (0)