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"