
This commit should allow to deploy app-catalog with glare support introduced by Ib5c6920c90f566d73a5f9e8ed545f0e082a0b20e Change-Id: I9fbe756cfcc2456587c0395e88f14681a1e43ee4
10 lines
279 B
Plaintext
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 %>'
|