{
  "port": 3001,
  "db": {
    "jinsung": {
      "host": "jinsungmes.com",
      "user": "jinsungmes",
      "password": "qetu1357@#",
      "database": "",
      "connectionLimit": 50,
      "multipleStatements": true,
      "port" : 3307
    }
  },
  "secure": {
    "jwt": {
      "secret": "jinsung!2026admin%",
      "expireInAccessToken": "12h",
      "expireInRefreshToken": "5d"
    },
    "auth": {
      "salt": "jinsungadmin901234567890123456789012",
      "iv": "00000jinsungadmin"
    }
  },
  "sqlConfig": {
    "server": {
      "user": "",
      "password": "",
      "database": "",
      "server": "",
      "pool": {
        "max": 50,
        "min": 0,
        "idleTimeoutMillis": 30000
      },
      "options": {
        "trustServerCertificate": true
      }
    }
  },
  "dbName": {
    "boas_se": "boas-se",
    "jinsungmes": "jinsungmes"
  }
}
