6 changed files with 42 additions and 13 deletions
@ -1,2 +1,2 @@ |
|||
- include: errbit.yml |
|||
#- include: errbit.yml |
|||
- include: refinery.yml |
|||
|
@ -0,0 +1,6 @@ |
|||
Airbrake.configure do |config| |
|||
config.api_key = '{{ deploy_refinery_errbit_apikey}}' |
|||
config.host = 'errbit.homenet.petrovs.info' |
|||
config.port = 80 |
|||
config.secure = config.port == 443 |
|||
end |
Loading…
Reference in new issue