17 lines
569 B
Text
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
|