puppet-refstack/templates/refstack.conf.erb
Paul Van Eck 4f06b81398 Correct API url in refstack.conf template
Since the api is hosted on /api, that needs to be included
in the URL.

Change-Id: I023fa8f80a90c45616c243df375b9fe27682c3b5
2015-09-22 17:24:47 -07:00

16 lines
290 B
Plaintext

[DEFAULT]
ui_url=<%= scope.lookupvar("::refstack::params::web_url") %>
[api]
api_url =<%= scope.lookupvar("::refstack::params::api_url") %>
[database]
connection=<%= scope.lookupvar("::refstack::params::mysql_connection_string") %>
[osid]
openid_return_to=/api/v1/auth/signin_return