# Configuration can be done by environment variables or by a configuraiton # file. If you are using `direnv`, you can copy this file to `.envrc` in # order to autoload these values. export JOBLY_ENVIRONMENT=development export JOBLY_API_URL=localhost:3000/do export JOBLY_APP_PATH=app export JOBLY_CONFIG_PATH=config export JOBLY_REDIS_URL=redis://localhost:6379/0 export JOBLY_STATUS_EXPIRATION=30 export JOBLY_JOBS_NAMESPACE=Jobs export JOBLY_LOG=logs/jobs.log export JOBLY_AUTH=admin:secret export JOBLY_SLACK_WEBHOOK=hooks.slack.com/services/… export JOBLY_SLACK_CHANNEL=#debug export JOBLY_SLACK_USER=Botly export JOBLY_SHELL_DRY_RUN=1