Skip to content

Instantly share code, notes, and snippets.

@SysPete
Created January 15, 2016 17:01
Show Gist options
  • Save SysPete/632bc7a959c6241340d4 to your computer and use it in GitHub Desktop.
Save SysPete/632bc7a959c6241340d4 to your computer and use it in GitHub Desktop.
# configuration file for development environment
paypal:
id: <praypalid>
password: <pwd>
signature: <sig>
sandbox: 1
returnurl: https://<yourdomain>/paypal/getrequest
cancelurl: https://<yourdomain>/cart
currencycode: EUR
# the logger engine to use
# console: log messages to STDERR (your console where you started the
# application server)
# file: log message to a file in log/
logger: "console"
# the log level for this environment
# core is the lowest, it shows Dancer's core log messages as well as yours
# (debug, info, warning and error)
log: "debug"
# Should Dancer consider warnings as critical errors?
warnings: 1
# Should Dancer show a stacktrace when an error is caught?
show_errors: 1
plugins:
DBIC:
default:
user: perldance
password: <pwd>
Email:
headers:
to: "Thunder <thunder@somewhere>"
transport:
Sendmail:
redirect_address: <thunder@somewhere>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment