This is the template project that's checked out and configured when you run the bando-up command from ljsthw-bandolier. This is where the code really lives.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bandolier-template/commands/templates/emails/config.js

18 lines
457 B

export const company = {
owner: 'Person A. People',
product: 'Awesome Business',
copyright_date: '2021',
name: 'BizTime, LLC',
street: '1234 Weird Street Address',
zip_code: '33333',
city: 'Big City',
state: 'BC',
country: 'USA',
phone: '1-800-NO-WAY',
mail: 'payments@biztime.com',
website: 'localhost:5001',
credit_line: "CRDT",
forum: "talk.biztime.com",
unsubscribe: "https://localhost:5001/client/#/email/unsubscribe/",
}