File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ splunk:
46
46
hec_token : <%= Rails.application.credentials.splunk&.hec_token %>
47
47
48
48
mavis_reporting_app :
49
- root_url : http://localhost:5000 /
49
+ root_url : http://localhost:5001 /
50
50
# secret:
51
51
# client_id:
52
52
token_ttl_seconds : 300
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ splunk:
19
19
enabled : false
20
20
21
21
mavis_reporting_app :
22
- root_url : http://localhost:5000 /
22
+ root_url : http://localhost:5001 /
23
23
secret : " abcdef0123456789abcdef0123456789"
24
24
client_id : " testing_client_id"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def then_i_am_redirected_to_a_url_matching(url_pattern)
28
28
end
29
29
30
30
def mavis_reporting_app_url ( path = "/" )
31
- root = Settings . mavis_reporting_app . root_url || "http://localhost:5000 /"
31
+ root = Settings . mavis_reporting_app . root_url || "http://localhost:5001 /"
32
32
URI . join ( root , path ) . to_s
33
33
end
34
34
end
You can’t perform that action at this time.
0 commit comments