From 5e6f4c6c05e840194c3e5d3283b3b525a1aa47c8 Mon Sep 17 00:00:00 2001 From: DewanaGustavus <76590469+DewanaGustavus@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:40:38 +0700 Subject: [PATCH] chore: update env example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index e961ae7..f754650 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ MYSQL_HOST=mysql -MYSQL_USER=root -MYSQL_USERNAME=root +MYSQL_USER=user +MYSQL_USERNAME=user MYSQL_DATABASE=tubes-db MYSQL_PASSWORD=rootpw MYSQL_ROOT_PASSWORD=rootpw -- GitLab