update password
This commit is contained in:
@@ -7,7 +7,7 @@ export function iconsConfig() {
|
||||
return {
|
||||
baseUrl: configService.get<string>("DMENU_BACKEND_URL")??'https://dmenuplus-api.dev.danakcorp.com',
|
||||
username: configService.get<string>("DMENU_USERNAME")??'danak@dsc.com',
|
||||
password: configService.get<string>("DMENU_PASSWORD")??'DsCdAnAk?@#AFG',
|
||||
password: configService.get<string>("DMENU_PASSWORD")??'DsCdAnAk?@ABC',
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user