+++ /dev/null
-distributed_cookie = bondy
-nodename = bondy@127.0.0.1
-aae.data_exchange_timeout = 1m
-aae.enabled = on
-security.allow_anonymous_user = on
-security.automatically_create_realms = off
-security.config_file = $(platform_etc_dir)/security_config.json
+++ /dev/null
-[
- {
- "uri": "com.myrealm",
- "description": "A test realm",
- "authmethods": [
- "wampcra"
- ],
- "security_enabled": true,
- "users": [],
- "sources": [
- {
- "usernames": "all",
- "authmethod": "password",
- "cidr": "0.0.0.0/0",
- "meta": {
- "description": "Allows all users from any network authenticate using password credentials."
- }
- }
- ],
- "grants": [
- {
- "permissions": [
- "wamp.register",
- "wamp.unregister",
- "wamp.subscribe",
- "wamp.unsubscribe",
- "wamp.call",
- "wamp.cancel",
- "wamp.publish"
- ],
- "uri": "*",
- "roles": "all"
- }
- ]
- }
-]