From 131cefe2f4e93145ee4065693835d2d80b8c21c0 Mon Sep 17 00:00:00 2001 From: nihadatakishiyev Date: Mon, 1 Mar 2021 14:39:22 +0400 Subject: [PATCH] change tableau source to domain --- app/Http/Controllers/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/DashboardController.php b/app/Http/Controllers/DashboardController.php index 0df346d..82f95aa 100644 --- a/app/Http/Controllers/DashboardController.php +++ b/app/Http/Controllers/DashboardController.php @@ -11,7 +11,7 @@ class DashboardController extends Controller { // private $user = 'ehim.analytics'; private $user = 'ehim.pms'; - private $remote_addr = '192.168.20.213'; + private $remote_addr = 'tableau.asan.local'; public function index(){ return view('pnf');