From 712c7a008accffe959e8f3b463ab5454ace1ae81 Mon Sep 17 00:00:00 2001 From: Adphi Date: Tue, 16 Oct 2018 15:52:56 +0200 Subject: [PATCH] removed sensitive data --- .gitignore | 1 + config.yml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 config.yml diff --git a/.gitignore b/.gitignore index a90e4fa..cbb7232 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Created by .ignore support plugin (hsz.mobi) config.yml-e +.env ### Go template # Binaries for programs and plugins *.exe diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..ce07ca3 --- /dev/null +++ b/config.yml @@ -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 \ No newline at end of file