diff --git a/server/examples/config-ldes-acl.json b/server/examples/config-ldes-acl.json index 36fcb26..09a4c03 100644 --- a/server/examples/config-ldes-acl.json +++ b/server/examples/config-ldes-acl.json @@ -149,7 +149,7 @@ "metaCollection": "meta", "indexCollection": "index", "membersCollection": "data", - "dbUrl": "mongodb://localhost:27017/ldes" + "dbUrl": "mongodb://127.0.0.1:27017/ldes" }, { "@id": "urn:solid-server:default:relative-path", diff --git a/server/examples/config-ldes-all.json b/server/examples/config-ldes-all.json index c13337e..ae38139 100644 --- a/server/examples/config-ldes-all.json +++ b/server/examples/config-ldes-all.json @@ -75,7 +75,7 @@ "prefix": "default", "view": { "@type": "MongoSDSView", - "descriptionId": "http://localhost:3000/ldes/#timestampFragmentation", + "descriptionId": "http://127.0.0.1:3000/ldes/#timestampFragmentation", "streamId": "http://me#csvStream", "db": { "@id": "urn:solid-server:default:OriginalMongoDBConfig" @@ -148,7 +148,7 @@ "metaCollection": "meta", "indexCollection": "index", "membersCollection": "data", - "dbUrl": "mongodb://localhost:27017/ldes" + "dbUrl": "mongodb://127.0.0.1:27017/ldes" }, { "@id": "urn:solid-server:default:OriginalMongoDBConfig", @@ -156,7 +156,7 @@ "metaCollection": "meta", "indexCollection": "index", "membersCollection": "data", - "dbUrl": "mongodb://localhost:27017/ldes2" + "dbUrl": "mongodb://127.0.0.1:27017/ldes2" }, { "@id": "urn:solid-server:default:relative-path", diff --git a/server/examples/config-ldes.json b/server/examples/config-ldes.json index f3664e5..73e91a5 100644 --- a/server/examples/config-ldes.json +++ b/server/examples/config-ldes.json @@ -75,7 +75,7 @@ "prefix": "default", "view": { "@type": "MongoSDSView", - "descriptionId": "http://localhost:3000/ldes/#timestampFragmentation", + "descriptionId": "http://127.0.0.1:3000/ldes/#timestampFragmentation", "streamId": "https://w3id.org/sds#Stream", "db": { "@id": "urn:solid-server:default:DBConfig" @@ -88,7 +88,7 @@ "prefix": "indexed", "view": { "@type": "MongoSDSView", - "descriptionId": "http://localhost:3000/ldes/#timestampFragmentation", + "descriptionId": "http://127.0.0.1:3000/ldes/#timestampFragmentation", "streamId": "http://example.com/test", "db": { "@id": "urn:solid-server:default:DBConfig" @@ -127,7 +127,7 @@ "metaCollection": "TEST_META", "indexCollection": "TEST_INDEX", "membersCollection": "TEST_DATA", - "dbUrl": "mongodb://localhost:27017/ldes" + "dbUrl": "mongodb://127.0.0.1:27017/ldes" }, { "@id": "urn:solid-server:default:relative-path",