aboutsummaryrefslogtreecommitdiff
path: root/fixture/client.plstore
diff options
context:
space:
mode:
authorH Durer <h.duerer@gmail.com>2018-03-02 20:25:15 +0000
committerGitHub <noreply@github.com>2018-03-02 20:25:15 +0000
commitca4bb2a436f1ba46515b812c97d74333294bae76 (patch)
treeda489813900e660e5d9460ed1a9c9b13869d344a /fixture/client.plstore
parent3e9bdbf2eeecafd7bb0673f2709f816a740c7d61 (diff)
parentb1f05c07c8f00e4546b1ff07be47537660a0b5f6 (diff)
Merge pull request #154 from hdurer/multi-instance-in-plstore
Keep track of to which instance secrets in plstore belong
Diffstat (limited to 'fixture/client.plstore')
-rw-r--r--fixture/client.plstore3
1 files changed, 2 insertions, 1 deletions
diff --git a/fixture/client.plstore b/fixture/client.plstore
index 3514ed9..e050018 100644
--- a/fixture/client.plstore
+++ b/fixture/client.plstore
@@ -1,2 +1,3 @@
;;; public entries -*- mode: plstore -*-
-(("mastodon" :client_id "id" :client_secret "secret"))
+(("mastodon-http://other.example" :client_id "id1" :client_secret "secret1")
+ ("mastodon-http://mastodon.example" :client_id "id2" :client_secret "secret2"))