
Since the api is hosted on /api, that needs to be included in the URL. Change-Id: I023fa8f80a90c45616c243df375b9fe27682c3b5
16 lines
290 B
Plaintext
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
|