-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
19 lines (19 loc) · 1.08 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module.exports = {
service: process.env.service,
bucket: process.env.bucket,
region: process.env.region,
locale: "it-IT",
currency: "EUR",
companyTitle: "Sistemi Solari ®",
emailSenderAddress: "[email protected]",
emailRecipientAddresses: [ "[email protected]", "[email protected]" ],
//emailRecipientAddresses: [ "[email protected]" ],
endpoint: "https://gfhwsqbvf1.execute-api.eu-west-1.amazonaws.com/dev/",
// endpoints: {
// crawl: "https://gfhwsqbvf1.execute-api.eu-west-1.amazonaws.com/dev/crawl", // TODO: to be read automatically from aws...
// subscribe: "https://gfhwsqbvf1.execute-api.eu-west-1.amazonaws.com/dev/subscribe", // TODO: to be read automatically from aws...
// unsubscribe: "https://gfhwsqbvf1.execute-api.eu-west-1.amazonaws.com/dev/unsubscribe", // TODO: to be read automatically from aws...
// reset: "https://gfhwsqbvf1.execute-api.eu-west-1.amazonaws.com/dev/reset", // TODO: to be read automatically from aws...
// }
forceANewAd: false, // force one ad to be new, and then force to send an email
};