diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-11-03 17:30:14 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-11-03 17:30:14 +0700 |
| commit | e4b035a1471bd70872bb12012442367933fc8852 (patch) | |
| tree | 0466543b08aed29e3e3e4b3eeb52ca5d25c76922 /next.config.js | |
| parent | c1d6b160c7356f990017a36ccd84590c45e7528e (diff) | |
Show banner and brand in home
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 3 |
1 files changed, 0 insertions, 3 deletions
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', }, } |
