diff --git a/zenoh.json5 b/EXAMPLE_CONFIG.json5 similarity index 93% rename from zenoh.json5 rename to EXAMPLE_CONFIG.json5 index 2f40ca7..14b2a9c 100644 --- a/zenoh.json5 +++ b/EXAMPLE_CONFIG.json5 @@ -60,14 +60,12 @@ private: { // Credentials for interacting with the S3 bucket - access_key: "AKIAIOSFODNN7EXAMPLE", - secret_key: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY", + access_key: "", + secret_key: "", }, }, }, }, }, - // Optionally, add the REST plugin - rest: { http_port: 8000 }, }, } diff --git a/README.md b/README.md index c02969b..5dcfc8e 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ If successful, then the console can be accessed on http://localhost:9090. private: { // Credentials for interacting with the S3 bucket - access_key: "SARASAFODNN7EXAMPLE", - secret_key: "asADasWdKALsI/ASDP22NG/pWokSSLqEXAMPLEKEY", + access_key: "", + secret_key: "", }, }, },