From 93ca0e6e75fe5914731970c4f54dc925187487e4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 2 Feb 2021 18:43:48 +0100 Subject: link to source code on about page --- examples/travelynx.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'examples') diff --git a/examples/travelynx.conf b/examples/travelynx.conf index 81ecd9f..d61c480 100644 --- a/examples/travelynx.conf +++ b/examples/travelynx.conf @@ -48,6 +48,16 @@ from => die("Changeme!"), }, + # Links to source code and issue tracker shown on the about page. + # Please change them if you are using a fork. + ref => { + # Optional + issues => 'https://github.com/derf/travelynx/issues', + + # Mandatory + source => 'https://github.com/derf/travelynx', + }, + # Secrets used for cookie signing and verification. Must contain at least # one random string. If you specify several strings, the first one will # be used for signing new cookies, and the remaining ones will still be -- cgit v1.2.3