diff options
-rw-r--r-- | issue_template.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/issue_template.md b/issue_template.md index b0b24e56df0..3859ea1c414 100644 --- a/issue_template.md +++ b/issue_template.md @@ -33,6 +33,12 @@ from within your ownCloud installation folder **The content of config/config.php:** ``` +If you have access to your command line run e.g.: +sudo -u www-data php occ config:list system --public +from within your ownCloud installation folder + +or + Insert your config.php content here (Without the database password, passwordsalt and secret) ``` |