Add example command to the issue_template.md

This commit is contained in:
Joas Schilling 2015-06-10 17:13:59 +02:00
Родитель d2ca3a25d3
Коммит f09fe564ea
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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)
```