mirror of
https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
synced 2024-11-21 20:36:24 +00:00
removed sensitive data
This commit is contained in:
parent
91afc73ef6
commit
712c7a008a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
# Created by .ignore support plugin (hsz.mobi)
|
# Created by .ignore support plugin (hsz.mobi)
|
||||||
|
|
||||||
config.yml-e
|
config.yml-e
|
||||||
|
.env
|
||||||
### Go template
|
### Go template
|
||||||
# Binaries for programs and plugins
|
# Binaries for programs and plugins
|
||||||
*.exe
|
*.exe
|
||||||
|
8
config.yml
Normal file
8
config.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user