From 36b9af139e0950482b1bbac6680c659cabf12023 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 3 Jun 2017 02:39:38 +0200 Subject: [PATCH] a little documentation --- Settings.hs | 1 + config/settings.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Settings.hs b/Settings.hs index 169f0c3..d545b33 100644 --- a/Settings.hs +++ b/Settings.hs @@ -77,6 +77,7 @@ data AppSettings = AppSettings , appCopyrightLink :: Text -- ^ Text and link to source , appAdminCreds :: Maybe Login + -- ^ optional admin credentials } data Login = Login diff --git a/config/settings.yml b/config/settings.yml index 4e737ec..00efa24 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -33,6 +33,7 @@ cash_charge: 50 copyright: "Powered by YAMMAT" copyright_link: "https://github.com/nek0/yammat" +# optional administrative credentials. # credentials: # login: "admin" # password: "password"