feat: add ci cd files dont edit those files
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
////////////////////////////////// example
|
||||
//////////////////////////////////
|
||||
// module.exports = [
|
||||
// {
|
||||
// first_name: '',
|
||||
// last_name: '',
|
||||
// username: '',
|
||||
// password: ''
|
||||
// },
|
||||
// {
|
||||
// first_name: '',
|
||||
// last_name: '',
|
||||
// username: '',
|
||||
// password: ''
|
||||
// }
|
||||
// ]
|
||||
////////////////////////////////////
|
||||
//////////////////////////////////// example
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////
|
||||
// *remove data from this file after first run* //
|
||||
//////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
|
||||
module.exports = [
|
||||
{
|
||||
firstName: 'Arman',
|
||||
lastName: 'Mousavi',
|
||||
username: 'manager',
|
||||
password: '#$2021managementAdmin%',
|
||||
email: 'admin1@gmail.com',
|
||||
mobileNumber: '09365385627',
|
||||
registration_done: true,
|
||||
portals: ['ostandari', 'election'],
|
||||
permissions: ['superAdmin'],
|
||||
private: true
|
||||
},
|
||||
{
|
||||
firstName: 'admin',
|
||||
lastName: 'admin',
|
||||
username: 'negareh_support',
|
||||
password: '*^@admin1234$#?@',
|
||||
email: 'admin2@gmail.com',
|
||||
mobileNumber: '000000',
|
||||
registration_done: true,
|
||||
portals: ['ostandari', 'election'],
|
||||
permissions: ['superAdmin'],
|
||||
private: true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user