[snowy] Update standard consumer pair to "anyone"/"anyone"



commit 089940573542c98e67e72dd4a7c7cec6bc25a5ea
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Sat Sep 5 17:23:16 2009 -0700

    Update standard consumer pair to "anyone"/"anyone"
    
    To facilitate interoperability between different servers, compatible
    consumers should use this key/secret pair.

 api/fixtures/initial_data.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/api/fixtures/initial_data.json b/api/fixtures/initial_data.json
index 20c4a90..9704aec 100644
--- a/api/fixtures/initial_data.json
+++ b/api/fixtures/initial_data.json
@@ -1 +1 @@
-[{"pk": 1, "model": "piston.consumer", "fields": {"status": "accepted", "name": "Tomboy", "secret": "1234567", "user": null, "key": "abcdefg", "description": "Tomboy"}}]
+[{"pk": 1, "model": "piston.consumer", "fields": {"status": "accepted", "name": "Any Application", "secret": "anyone", "user": null, "key": "anyone", "description": "All implementations of the Tomboy web sync API must allow this consumer pair."}}]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]