base controller URL fix
This commit is contained in:
@@ -106,7 +106,8 @@ abstract class BaseController extends Controller
|
||||
public function ansibleLogin():string {
|
||||
|
||||
$result = "Unhandled exception";
|
||||
$base_url = "http://172.16.4.90:3000";
|
||||
$base_url = $_ENV['ANSIBLE_AUTOMATION_SERVER_LOCATION'];
|
||||
// $base_url = "http://172.16.4.90:3000";
|
||||
$cookies = tempnam('/tmp','cookie.txt');
|
||||
|
||||
# 1. Login
|
||||
|
||||
Reference in New Issue
Block a user