Commit cb2870723189ac4d9c6139328f92fe27dd8d6d33
1 parent
108c57b3
Exists in
sisp_colab_config
Config SISP url in Colab settings
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
Showing
2 changed files
with
4 additions
and
0 deletions
Show diff stats
cookbooks/colab/templates/00-custom_settings.py.erb
... | ... | @@ -28,6 +28,9 @@ SECRET_KEY = "<%= File.read('/etc/colab/secret.key').strip %>" |
28 | 28 | |
29 | 29 | SITE_URL = "<%= node['config']['site_url'] %>" |
30 | 30 | |
31 | +SPB_HOST = "<%= node['config']['external_hostname'] %>" | |
32 | +SISP_HOST = "<%= node['config']['sisp_external_hostname'] %>" | |
33 | + | |
31 | 34 | ALLOWED_HOSTS = ["<%= node['config']['external_hostname'] %>", |
32 | 35 | "<%= node['config']['sisp_external_hostname'] %>"] |
33 | 36 | ... | ... |
cookbooks/colab/templates/spb.py.erb