lib/tracebin/config.rb in tracebin-0.0.10 vs lib/tracebin/config.rb in tracebin-0.0.11

- old
+ new

@@ -2,9 +2,10 @@ class Config DEFAULTS = { log_level: 'info', host: 'https://traceb.in', report_path: 'reports', + enable_ssl: true, ignored_paths: [], enabled: true }.freeze attr_accessor *(DEFAULTS.keys + [:bin_id])