Commit 3193675cc487964f4ec135e1e8a986d87c3f17e5
1 parent
798b43ca
Exists in
master
and in
45 other branches
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