removed sensitive data

This commit is contained in:
Adphi 2018-10-16 15:52:56 +02:00
parent 91afc73ef6
commit 712c7a008a
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
# Created by .ignore support plugin (hsz.mobi)
config.yml-e
.env
### Go template
# Binaries for programs and plugins
*.exe

8
config.yml Normal file
View File

@ -0,0 +1,8 @@
url: $NEXTCLOUD_URL
login: admin
password: $NEXTCLOUD_PASSWORD
app-name: testapp
share-folder: /Documents
not-existing-user: this-user-should-not-exist
not-existing-group: this-group-should-not-exist
email: $NEXTCLOUD_EMAIL