puppet-apps_site/templates/local_settings.erb
Christopher Aedo 8329ddc278 Update app-catalog commands
This commit updates the App Catalog manifest to execute the proper
commands for generating static and compressed content such that the
content  will appear in the install directory as and when expected.

Change-Id: I130878728ce3a1ae06e9823fcd3db1aa1fa5285d
2015-12-02 16:21:18 -08:00

7 lines
200 B
Plaintext

ASSETS_FILE = '<%= @root_dir %>/openstack_catalog/web/api/v1/assets'
STATIC_ROOT = '<%= @install_dir %>/web/static'
ALLOWED_HOSTS = ['*']
DEBUG = False
COMPRESS_ENABLED = True
COMPRESS_OFFLINE = True