Skip to content

Commit

Permalink
Sync config.template with config.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaragunde committed Sep 14, 2021
1 parent eb1abf7 commit e1b4689
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/config.template
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,20 @@ define('EXTERNAL_AUTHENTICATION_USER_HEADER', '');
* Additional PostgreSQL connection parameters to be passed to pg_connect.
*/
define('EXTRA_DB_CONNECTION_PARAMETERS', '');

/* New from PhpReport 2.21 */

/**
* Add links to external sites, like issue trackers, from the application menu.
* URLs in this list will be added as links to the PhpReport menu bar, at the
* top-right. They will appear from right to left. The corresponding entries in
* ISSUE_TRACKER_LINKS_TEXT will be used as text for the links.
*/
define('ISSUE_TRACKER_LINKS_URL',
serialize(array('https://github.com/Igalia/phpreport/issues')));

/**
* Add links to external sites from the application menu.
* To be used in combination with ISSUE_TRACKER_LINKS_URL, see its entry above.
*/
define('ISSUE_TRACKER_LINKS_TEXT', serialize(array('Report an issue')));

0 comments on commit e1b4689

Please sign in to comment.