This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
seriesmailer/config.yml.dist
Thomas Schwery b5552ced50 First draft
2012-06-30 16:04:07 +02:00

17 lines
569 B
Text

# This is the main configuration file of your Dancer app
# env-related settings should go to environments/$env.yml
# all the settings in this file will be loaded at Dancer's startup.
# Your application's name
appname: "SeriesMailer::App"
# when the charset is set to UTF-8 Dancer will handle for you
# all the magic of encoding and decoding. You should not care
# about unicode within your app when this setting is set (recommended).
charset: "UTF-8"
api_key: "FILLIN"
user: "USERNAME"
password: "PASSWORD"
# cpanm Dancer JSON WWW::Mechanize YAML Digest::SHA1