Advertisement
Guest User

Untitled

a guest
Dec 16th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {%- if env['EJABBERD_CONFIGURE_RISK'] == "true" %}
  2. ### ====================
  3. ### RIAK CONFIG
  4. riak_server: {{ env['EJABBERD_RIAK_SERVER'] or "localhost" }}
  5. riak_port: {{ env['EJABBERD_RIAK_PORT'] or 8087 }}
  6.  
  7. riak_pool_size: {{ env['EJABBERD_RIAK_POOL_SIZE'] or 10 }}
  8. riak_start_interval: {{ env['EJABBERD_RIAK_STARD_INTERVAL'] or 30 }}
  9.  
  10. {%- if env['EJABBERD_RIAK_PASSWORD'] is defined %}
  11. riak_cacertfile: {{ env['EJABBERD_RIAK_PASSWORD'] }}
  12. {% endif %}
  13.  
  14. riak_username:{{ env['EJABBERD_RIAK_USERNAME'] }}
  15. {%- if env['EJABBERD_RIAK_PASSWORD'] is defined %}
  16. riak_password: {{ env['EJABBERD_RIAK_PASSWORD'] }}
  17. {% endif %}
  18. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement