diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-02-02 18:43:48 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-02-02 18:43:48 +0100 |
commit | 93ca0e6e75fe5914731970c4f54dc925187487e4 (patch) | |
tree | 48c7c4b517c08665fdc0e9dcc3a7c6fb1044b566 /examples/travelynx.conf | |
parent | 0088f11eb03b69608ac6133f00df088d0a9ff16c (diff) |
link to source code on about page1.19.4
Diffstat (limited to 'examples/travelynx.conf')
-rw-r--r-- | examples/travelynx.conf | 10 |
1 files changed, 10 insertions, 0 deletions
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 |