Chatwoot/config/features.yml
Sojan Jose 1d9debaee0
feat: IP lookup (#1315)
- feature to store contact IP for accounts
- IP lookup through geocoder gem
- ability to do IP lookup through external APIs
- add commit hook to prevent push to develop and master
- migrations to fix default values for jsonb columns
2020-10-28 02:14:36 +05:30

11 lines
No EOL
237 B
YAML

# DO NOT change the order of features EVER
- name: inbound_emails
enabled: false
- name: channel_email
enabled: false
- name: channel_facebook
enabled: true
- name: channel_twitter
enabled: true
- name: ip_lookup
enabled: false