add feedback from review

This commit is contained in:
Willy Kloucek
2021-02-11 10:53:07 +01:00
parent 9c648f93cc
commit 9bfe930978
5 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -18,11 +18,11 @@ OCIS_DOCKER_TAG=
# Domain of oCIS, where you can find the frontend. Defaults to "ocis.owncloud.test"
OCIS_DOMAIN=
# IDP LDAP bind password. Must be changed in order to have a secure oCIS. Defaults to "idp".
IDP_LDAP_BIND_PASSWORD=
IDP_LDAP_BIND_PASSWORD=foo
# Storage LDAP bind password. Must be changed in order to have a secure oCIS. Defaults to "reva".
STORAGE_LDAP_BIND_PASSWORD=
STORAGE_LDAP_BIND_PASSWORD=foo
# JWT secret which is used for the storage provider. Must be changed in order to have a secure oCIS. Defaults to "Pive-Fumkiu4"
OCIS_JWT_SECRET=
OCIS_JWT_SECRET=foo
# If you want to use debugging and tracing with this stack,
# you need uncomment following line. Please see documentation at
@@ -19,7 +19,7 @@ echo " Reva user UUID: $REVA_USER_UUID"
ocis accounts update --password $STORAGE_LDAP_BIND_PASSWORD $REVA_USER_UUID
killall ocis
echo "default serets changed"
echo "default secrets changed"
echo "##################################################"
ocis server