a little documentation

This commit is contained in:
nek0 2017-06-03 02:39:38 +02:00
parent 766b990ca1
commit 36b9af139e
2 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,7 @@ data AppSettings = AppSettings
, appCopyrightLink :: Text
-- ^ Text and link to source
, appAdminCreds :: Maybe Login
-- ^ optional admin credentials
}
data Login = Login

View File

@ -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"