puppet-apps_site/templates/local_settings_glare.erb
Bartosz Kupidura 8b72875d3c Glare support for app-catalog
This commit should allow to deploy app-catalog with glare support
introduced by Ib5c6920c90f566d73a5f9e8ed545f0e082a0b20e

Change-Id: I9fbe756cfcc2456587c0395e88f14681a1e43ee4
2016-10-12 09:38:32 +02:00

10 lines
279 B
Plaintext

DEBUG = False
COMPRESS_ENABLED = True
COMPRESS_OFFLINE = True
ALLOWED_HOSTS = ['*']
DOMAIN = '<%= @domain %>'
BASE_URL = 'http://<%= @domain %>'
OPENID_RETURN_URL = 'http://<%= @domain %>/auth/process'
MEMCACHED_SERVER = '<%= @memcache_server %>'
GLARE_URL = '<%= @glare_url %>'