Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Configuration/Server.json')
-rw-r--r--src/Configuration/Server.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Configuration/Server.json b/src/Configuration/Server.json
new file mode 100644
index 0000000..ea84041
--- /dev/null
+++ b/src/Configuration/Server.json
@@ -0,0 +1,12 @@
+{
+ "baseUrl":{
+ "type": "string",
+ "match": "https:\/\/.+"
+ },
+ "user":{
+ "type": "string"
+ },
+ "token":{
+ "type": "string"
+ }
+} \ No newline at end of file