Rocket.Chat.ReactNative/e2e/e2e_account.example.ts

7 lines
103 B
TypeScript
Raw Normal View History

2023-01-25 19:03:02 +00:00
const account = {
adminUser: 'Change_here',
adminPassword: 'Change_here'
};
export default account;