Skip to content

Commit

Permalink
updated erocci sys.config to be compliant with the last erocci release.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemerle committed Nov 7, 2015
1 parent 416df15 commit 6f8bcf8
Showing 1 changed file with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,30 @@
]
},

{occi_core,
{erocci_core,
[
{listeners,
[
{http, occi_http, [{port, 80}]}
]
},
},
{backends,
[ {mnesia, occi_backend_mnesia, [], <<"/">>} ]
[
{mnesia, occi_backend_mnesia,
[{schemas, [
{path, "/tmp/occi.xml"},
{path, "/tmp/infrastructure.xml"},
{path, "/tmp/docker.xml"}
]}],
<<"/">>}
]
},
{acl,
[
{allow, '_', '_', '_'}
]}
]},

{occi_backend_mnesia,
[{schemas, [{path, "/tmp/occi.xml"}, {path, "/tmp/infrastructure.xml"}, {path, "/tmp/docker.xml"} ]}]
},

{mnesia,
[{dir, "/erocci@localhost"}]
}
Expand Down

0 comments on commit 6f8bcf8

Please sign in to comment.