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

Server.json « Configuration « src - git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea84041e42e136165c8b83fb23752c617eb474f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "baseUrl":{
        "type": "string",
        "match": "https:\/\/.+"
    },
    "user":{
        "type": "string"
    },
    "token":{
        "type": "string"
    }
}