feat: added location to wifiscan table

This commit is contained in:
2024-12-30 22:23:37 +01:00
parent 8b8c6aef2a
commit 9ef53f4116
3 changed files with 13 additions and 2 deletions

View File

@ -1,7 +1,6 @@
import dotenv from "dotenv";
dotenv.config();
console.log(process.env.NODE_ENV);
export const config = {
username: process.env.DB_USER!,
password: process.env.DB_PASSWORD!,