Files
Fergal Moran 197b4706d4 Initial
2023-08-11 22:54:00 +01:00

9 lines
190 B
TypeScript

export const fixtures = {
baseUrl: 'http://localhost:8080',
user: {
username: "fillmurray",
email: "fill@murray.com",
password: "FillMurray@12345!"
},
};