# Example env file intended for use with friday-call-demo.Rmd

INSTANCE=local
TIME_ZONE=America/New_York
EMAIL_TO=
EMAIL_CC=
EMAIL_FROM=
EMAIL_SUBJECT=Test email from redcapcustodian
SMTP_SERVER=http://localhost/mailhog
URI=http://localhost/api/

REDCAP_DB_HOST=127.0.0.1
REDCAP_DB_NAME=redcap
REDCAP_DB_USER=redcap
REDCAP_DB_PASSWORD=redcap123
# REDCAP_DB_PORT=21134
