change port in example

This commit is contained in:
lijing 2019-05-23 17:27:50 +08:00
parent 199138ce32
commit 2c2d2b424c
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ in the sparql query can point to the same node in data graph)
//if used as only-read application(like sparql endpoint)
//#define ONLY_READ 1
//#define SPARQL_ENDPOINT 1
#define SPARQL_ENDPOINT 1
#ifdef SPARQL_ENDPOINT
#ifndef ONLY_READ
#define ONLY_READ 1

View File

@ -17,7 +17,7 @@ using namespace std;
int main(int argc, char * argv[])
{
std::string IP = "127.0.0.1";
int Port = 9100;
int Port = 9000;
std::string username = "root";
std::string password = "123456";
std::string sparql = "select ?x where \