export const addPassword = (mongoUrlArg: string, passwordArg: string): string => { return mongoUrlArg.replace('', passwordArg); };