Revision 7a882417

b/docs/upgrade-0.13.rst
221 221
::
222 222

  
223 223
    # Service       Setting                       Value
224
    # quotaholder:  QUOTAHOLDER_URL            = https://quotaholder.host/quotaholder/v
224 225
    # quotaholder:  QUOTAHOLDER_TOKEN          = <random string>
225 226

  
226 227
    # astakos:      ASTAKOS_QUOTAHOLDER_TOKEN  = <the same random string>
......
242 243

  
243 244
::
244 245

  
246
    QUOTAHOLDER_URL = 'https://accounts.example.synnefo.org/quotaholder/v'
245 247
    QUOTAHOLDER_TOKEN = 'aExampleTokenJbFm12w'
246 248
    ASTAKOS_QUOTAHOLDER_TOKEN = 'aExampleTokenJbFm12w'
247 249
    ASTAKOS_QUOTAHOLDER_URL = 'https://accounts.example.synnefo.org/quotaholder/v'
b/snf-astakos-app/conf/20-snf-astakos-app-settings.conf
112 112
#ASTAKOS_QUOTAHOLDER_URL = ''
113 113
#ASTAKOS_QUOTAHOLDER_TOKEN = ''
114 114

  
115
# Setup quotaholder token when snf-quotaholder-app is installed
115
# Setup quotaholder URL and token when snf-quotaholder-app is installed
116 116
# in the same server as astakos (recommended)
117
#QUOTAHOLDER_URL = ''
117 118
#QUOTAHOLDER_TOKEN = ''
118 119

  
119 120
# Set the cloud service properties

Also available in: Unified diff