transfer project in github

This commit is contained in:
hamid.zarghami1@gmail.com
2024-05-12 15:29:27 +03:30
commit e644edbd65
348 changed files with 164991 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
////////////////////////////////// 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 = [
{
first_name: 'negareh',
last_name: 'support',
password: 'barg@1234@A!@#$',
scope: ['admin'],
permissions: ['super-admin','development'],
username: 'negareh_support'
},
{
first_name: 'barg',
last_name: 'admin',
password: 'barg123456',
scope: ['admin'],
permissions: ['super-admin'],
username: 'barg_admin'
}
]