Skip to content

Commit

Permalink
Merge pull request #39 from x974/master
Browse files Browse the repository at this point in the history
KAZOO-938: Crossbar module list needs to be updated

Looks good. Merci beaucoup gros!
  • Loading branch information
James Aimonetti committed May 17, 2013
2 parents b7a85d1 + 6b8d5a8 commit 2bda457
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions whistle_apps/apps/crossbar/priv/crossbar.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{autoload_modules, [cb_signup, cb_user_auth, cb_api_auth, cb_token_auth, cb_shared_auth
,cb_simple_authz, cb_accounts, cb_users, cb_media, cb_callflows
,cb_devices, cb_conferences, cb_vmboxes, cb_limits, cb_menus
,cb_clicktocall, cb_registrations, cb_connectivity, cb_temporal_rules
,cb_directories, cb_cdrs, cb_local_resources, cb_global_resources
,cb_schema, cb_webhooks, cb_phone_numbers, cb_templates
,cb_groups, cb_contact_list, cb_bulk]}.
{autoload_modules, [cb_user_auth, cb_simple_authz, cb_vmboxes, cb_schemas
,cb_connectivity, cb_temporal_rules, cb_webhooks
,cb_global_provisioner_templates, cb_shared_auth
,cb_users, cb_global_resources, cb_phone_numbers
,cb_templates, cb_signup, cb_accounts, cb_limits
,cb_local_provisioner_templates, cb_callflows
,cb_local_resources, cb_faxes, cb_configs
,cb_api_auth, cb_braintree, cb_whitelabel
,cb_onboard, cb_conferences, cb_directories
,cb_registrations, cb_token_auth, cb_clicktocall
,cb_media, cb_menus, cb_cdrs, cb_servers
,cb_devices, cb_queues, cb_rates, cb_contact_list
,cb_groups, cb_bulk]}.
{ip, <<"0.0.0.0">>}.
{port, <<"8000">>}.
{name, <<"crossbar">>}.
Expand Down

0 comments on commit 2bda457

Please sign in to comment.