personium / legacy-docs

This repository is obsolete. Latest contents are maintained under new-docs. Therefore, please DO NOT open issues, fork or send pull request to this repository.
Apache License 2.0
2 stars 6 forks source link

Add description of base url in 90_rootprops.xml #179

Open tochi-y opened 4 years ago

tochi-y commented 4 years ago

Add description of base url xml:base="https://app-myboard.demo.personium.io/__role/__/ in 90_rootprops.xml

<acl xml:base="https://app-myboard.demo.personium.io/__role/__/" xmlns:p="urn:x-personium:xmlns">
    <ace>
        <principal>
            <href>MyBoardOwner</href>
        </principal>
        <grant>
             <privilege>
                 <D:all xmlns:D="DAV:"/>
             </privilege>
         </grant>
    </ace>

description: