From 0502fac6451457533f8851f9ff9dacfcdd5c31f0 Mon Sep 17 00:00:00 2001 From: Hidayatullah Wildan Ghaly Buchary <16521502@std.stei.itb.ac.id> Date: Fri, 3 Nov 2023 10:06:05 +0700 Subject: [PATCH] env: update env example --- .env.example | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.env.example b/.env.example index 1be74ad..c580ebf 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,5 @@ -DB_HOST=db -DB_NAME=mahasiswa_leveling -DB_PORT=3307 -DB_USER=u1 -DB_PASSWORD=a -WEB_PORT=6666 -PHPMYADMIN_PORT=8001 \ No newline at end of file +DB_HOST=mhslvl-app-db +MYSQL_DATABASE=mahasiswa_leveling +MYSQL_USER=willy +MYSQL_PASSWORD=secret +MYSQL_ROOT_PASSWORD=secret \ No newline at end of file -- GitLab