7 lines
105 B
JavaScript
7 lines
105 B
JavaScript
|
const account = {
|
||
|
adminUser: 'Change_here',
|
||
|
adminPassword: 'Change_here'
|
||
|
};
|
||
|
|
||
|
module.exports = account;
|