diff options
Diffstat (limited to 'src/cli/resources/02-backup.json')
-rw-r--r-- | src/cli/resources/02-backup.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cli/resources/02-backup.json b/src/cli/resources/02-backup.json index 67df7e0..05ccab1 100644 --- a/src/cli/resources/02-backup.json +++ b/src/cli/resources/02-backup.json | |||
@@ -40,10 +40,10 @@ | |||
40 | } | 40 | } |
41 | ], | 41 | ], |
42 | "authentication_providers": { | 42 | "authentication_providers": { |
43 | "http://localhost:8086/": {}, | 43 | "http://localhost:8086/": { "status" : "not-contacted" }, |
44 | "http://localhost:8087/": {}, | 44 | "http://localhost:8087/": { "status" : "not-contacted" }, |
45 | "http://localhost:8088/": {}, | 45 | "http://localhost:8088/": { "status" : "not-contacted" }, |
46 | "http://localhost:8089/": {} | 46 | "http://localhost:8089/": { "status" : "not-contacted" } |
47 | }, | 47 | }, |
48 | "selected_country": "xx", | 48 | "selected_country": "xx", |
49 | "currencies": [ "TESTKUDOS" ], | 49 | "currencies": [ "TESTKUDOS" ], |