From e4b035a1471bd70872bb12012442367933fc8852 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Thu, 3 Nov 2022 17:30:14 +0700 Subject: Show banner and brand in home --- next.config.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index 37bb288a..00852504 100644 --- a/next.config.js +++ b/next.config.js @@ -13,9 +13,6 @@ const nextConfig = { }, env: { DB_HOST: 'https://erp.indoteknik.com', - DB_NAME: 'erp_indoteknik', - DB_USER: 'it@fixcomart.co.id', - DB_PASS: 'Fixcomart378', }, } -- cgit v1.2.3