Revision 7fa06e70

b/docs/upgrade-0.13.rst
254 254
    CYCLADES_QUOTAHOLDER_URL = 'https://accounts.example.synnefo.org/quotaholder/v'
255 255
    CYCLADES_QUOTAHOLDER_TOKEN = 'aExampleTokenJbFm12w'
256 256

  
257
    # Set to False if astakos & cyclades are on the same host
258
    #CYCLADES_PROXY_USER_SERVICES = True
259

  
260
.. note::
261

  
262
    If Cylcades and Astakos are installed on the same server,
263
    set ``CYCLADES_PROXY_USER_SERVICES = False``
264

  
265

  
257 266
On the Pithos host, edit ``/etc/synnefo/20-snf-pithos-app-settings.conf``:
258 267

  
259 268
::
......
364 373
    PITHOS_USER_CATALOG_URL    = https://accounts.example.synnefo.org/user_catalogs/
365 374
    PITHOS_USER_FEEDBACK_URL   = https://accounts.example.synnefo.org/feedback/
366 375
    PITHOS_USER_LOGIN_URL      = https://accounts.example.synnefo.org/login/
367
    #PITHOS_PROXY_USER_SERVICES = True # Set False if astakos & pithos are on the same host
368 376

  
377
    # Set to False if astakos & pithos are on the same host
378
    #PITHOS_PROXY_USER_SERVICES = True
379

  
380
.. note::
381

  
382
    If Pithos and Astakos are installed on the same server,
383
    set ``PITHOS_PROXY_USER_SERVICES = False``
369 384

  
370 385
4. Start astakos and quota services
371 386
===================================

Also available in: Unified diff