Removed password

Removed App-Password.
The accounts I use for testing are dedicated test-accounts.
The passwords are revocable and made invalid before committing any changes.
There's no way to attack the server with these credentials.
This commit is contained in:
Scharel 2018-10-17 14:14:16 +02:00 committed by GitHub
parent a733c1150c
commit 1555ca3e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,9 +11,9 @@ ApplicationWindow
id: appSettings
path: "/apps/harbour-nextcloudnotes/settings"
property string lastUpdate: qsTr("never")
property url server: "https://cloud.scharel.name" + "/index.php/apps/notes/api/v0.2/notes"
property url server: "https://127.0.0.1" + "/index.php/apps/notes/api/v0.2/notes"
property string username: "test"
property string password: "9J4HQ-aq7b3-69fCY-4HpPj-69MPj" // TODO provide password before testing
property string password // TODO provide password before testing. Just use revocable passwords for testing!
}
property var notes: NotesApi {