Added support for collab auth in vsroom, templated config.json
Class vsroom::collab installs auth_credentials.php in collab htdocs and sets the authUrl variable in config.json accordingly.
This commit is contained in:
parent
b1401f4c04
commit
fabf5e90cb
3 changed files with 56 additions and 8 deletions
4
vsroom/templates/config.json.erb
Normal file
4
vsroom/templates/config.json.erb
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"authUrl": "<%= vsroom_authurl %>",
|
||||
"boshUrl": "<%= vsroom_boshurl %>"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue