Revision c4054de2

b/docs/quick-install-admin-guide.rst
2092 2092

  
2093 2093
.. code-block:: console
2094 2094

  
2095
   $ kamaki config set user.url "https://node1.example.com"
2096
   $ kamaki config set compute.url "https://node1.example.com/api/v1.1"
2097
   $ kamaki config set image.url "https://node1.example.com/image"
2098
   $ kamaki config set file.url "https://node2.example.com/v1"
2099
   $ kamaki config set token USER_TOKEN
2095
   $ kamaki config set cloud.default.url \
2096
       "https://node1.example.com/astakos/identity/v2.0"
2097
   $ kamaki config set cloud.default.token USER_TOKEN
2100 2098

  
2101
The USER_TOKEN appears on the user's `Profile` web page on the Astakos Web UI.
2099
Both the Authentication URL and the USER_TOKEN appear on the user's
2100
`API access` web page on the Astakos Web UI.
2102 2101

  
2103 2102
You can see that the new configuration options have been applied correctly,
2104 2103
either by checking the editable file ``~/.kamakirc`` or by running:

Also available in: Unified diff