first commit
This commit is contained in:
7
myteamwallet_backend/test/utils/constants.ts
Normal file
7
myteamwallet_backend/test/utils/constants.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export const APP_URL = `http://localhost:${process.env.APP_PORT}`;
|
||||
export const TESTER_EMAIL = 'john.doe@example.com';
|
||||
export const TESTER_PASSWORD = 'secret';
|
||||
export const ADMIN_EMAIL = 'admin@example.com';
|
||||
export const ADMIN_PASSWORD = 'secret';
|
||||
export const MAIL_HOST = process.env.MAIL_HOST;
|
||||
export const MAIL_PORT = process.env.MAIL_CLIENT_PORT;
|
||||
Reference in New Issue
Block a user