Revision 9b953ed4 snf-pithos-app/conf/20-snf-pithos-app-settings.conf

b/snf-pithos-app/conf/20-snf-pithos-app-settings.conf
4 4
# Top-level URL for the Astakos instance to be used for user management
5 5
#ASTAKOS_AUTH_URL = 'https://accounts.example.synnefo.org/identity/v2.0'
6 6

  
7
# Cookie name to search for fallback token
8
#PITHOS_ASTAKOS_COOKIE_NAME = '_pithos2_a'
9

  
10 7
# SQLAlchemy (choose SQLite/MySQL/PostgreSQL).
11 8
#PITHOS_BACKEND_DB_MODULE = 'pithos.backends.lib.sqlalchemy'
12 9
#PITHOS_BACKEND_DB_CONNECTION = 'sqlite:////tmp/pithos-backend.db'
......
62 59
# the views with astakos during the resource access token generation procedure
63 60
#PITHOS_OAUTH2_CLIENT_CREDENTIALS = (None, None)
64 61
#
65
# Set to False to serve only views
66
#SERVE_API = getattr(settings, 'PITHOS_SERVE_API', True)
62
# Set domain to restrict requests of pithos object contents serve endpoint or
63
# None for no domain restriction
64
#PITHOS_SERVE_API_DOMAIN = None

Also available in: Unified diff