All files / utils/backend hidden-constants.ts

100% Statements 6/6
100% Branches 0/0
100% Functions 0/0
100% Lines 6/6

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12          1x 1x 1x 1x 1x 1x  
/**
 * This file contains constants that are used in the backend but should not be committed. Constants
 * that are used in the CDK build process should be placed in the .env file
 */
 
export const TEST_USER_PHONE = '7195807822';
export const FORWARD_EMAIL_TO = 'willyk95@gmail.com';
export const BILLING_EMAIL_ADDRESS = 'billing@cofrn.org';
export const PAY_TO_NAME = 'William Klausmeyer';
export const PAY_TO_ADDRESS_LINE_1 = 'PO Box 983';
export const PAY_TO_ADDRESS_LINE_2 = 'Crestone, CO 81131';