44 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export const users = {
 | 
						|
  admin: {
 | 
						|
    username: 'admin',
 | 
						|
    email: 'admin@localhost:3000',
 | 
						|
    password: 'mastodonadmin',
 | 
						|
    accessToken: 'f954c8de1fcc0080ff706fa2516d05b60de0d8f5b536255a85ef85a6c32e4afb',
 | 
						|
    id: 1
 | 
						|
  },
 | 
						|
  foobar: {
 | 
						|
    username: 'foobar',
 | 
						|
    email: 'foobar@localhost:3000',
 | 
						|
    password: 'foobarfoobar',
 | 
						|
    accessToken: 'b48d72074a467e77a18eafc0d52e373dcf2492bcb3fefadc302a81300ec69002',
 | 
						|
    id: 2
 | 
						|
  },
 | 
						|
  quux: {
 | 
						|
    username: 'quux',
 | 
						|
    email: 'quux@localhost:3000',
 | 
						|
    password: 'quuxquuxquux',
 | 
						|
    accessToken: '894d3583dbf7d0f4f4784a06db86bdadb6ef0d99453d15afbc03e0c103bd78af',
 | 
						|
    id: 3
 | 
						|
  },
 | 
						|
  ExternalLinks: {
 | 
						|
    username: 'ExternalLinks',
 | 
						|
    email: 'ExternalLinks@localhost:3000',
 | 
						|
    password: 'ExternalLinksExternalLink',
 | 
						|
    accessToken: 'e9a463ba1729ae0049a97a312af702cb3d08d84de1cc8d6da3fad90af068117b',
 | 
						|
    id: 4
 | 
						|
  },
 | 
						|
  baz: {
 | 
						|
    username: 'baz',
 | 
						|
    email: 'baz@localhost:3000',
 | 
						|
    password: 'bazbazbaz',
 | 
						|
    accessToken: '0639238783efdfde849304bc89ec0c4b60b5ef5f261f60859fcd597de081cfdc',
 | 
						|
    id: 5
 | 
						|
  },
 | 
						|
  LockedAccount: {
 | 
						|
    username: 'LockedAccount',
 | 
						|
    email: 'LockedAccount@localhost:3000',
 | 
						|
    password: 'LockedAccountLockedAccount',
 | 
						|
    accessToken: '39ed9aeffa4b25eda4940f22f29fea66e625c6282c2a8bf0430203c9779e9e98',
 | 
						|
    id: 6
 | 
						|
  }
 | 
						|
}
 |