UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

6 lines (5 loc) 245 B
import { GENERATOR_JHIPSTER } from '../../generator-constants.js'; export const replaceSensitiveConfig = (yoRc) => ({ ...yoRc, [GENERATOR_JHIPSTER]: { ...yoRc[GENERATOR_JHIPSTER], jwtSecretKey: undefined, rememberMeKey: undefined }, });