From 55e3ac3bfb236e2c77e243e2bfbcad9e7cdbe3c8 Mon Sep 17 00:00:00 2001 From: MatteoGheza Date: Tue, 16 Mar 2021 11:18:08 +0000 Subject: [PATCH] fix --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 7c00d22..3885f3a 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -30,8 +30,8 @@ tasks: mysql -e "CREATE USER 'allerta'@'localhost' IDENTIFIED BY 'allerta_pwd';"; mysql -e "GRANT ALL PRIVILEGES ON * . * TO 'allerta'@'localhost';"; mysqladmin reload; - php install.php config -n "allerta" -u "allerta" -a "allerta_pwd" -o $WORKSPACE_URL -r "DEV_ENV"; - php install.php populate -m "admin" -b -d -s "password" -w "owner" -e "mail@mailserver.local"; + php install.php config -n "allerta" -u "allerta" -a "allerta_pwd" -o "127.0.0.1" -r "DEV_ENV"; + php install.php populate -m "admin" -b -d -s "password" -w "owner" -e "mail@mailserver.local" -u $WORKSPACE_URL; cd ..; wget https://github.com/vrana/adminer/releases/download/v4.8.0/adminer-4.8.0.php; mv adminer-4.8.0.php adminer.php