change port in example
This commit is contained in:
parent
199138ce32
commit
2c2d2b424c
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue