Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.86 KB | None | 0 0
  1.  
  2.     db: {
  3.         dev: 'mongodb://mo1006_strm_dev:TIUGGBpEVOIx0Mrh0Pgu@mongo14.mydevil.net/mo1006_strm_dev',
  4.         test: 'mongodb://mo1006_strm_test:rmNEjWKyretOKutnF0cG@mongo14.mydevil.net/mo1006_strm_test'
  5.     },
  6.     jwtSecret: secretConfig.jwtSecret,
  7.     cipherPassword: secretConfig.cipherPassword,
  8.     mailgun: {
  9.         apiKey: secretConfig.mailgunKey,
  10.         domain: 'mg.ngsoftware.io'
  11.     },
  12.     protocol: 'http',
  13.     smsapiToken: secretConfig.smsapiToken,
  14.     facebook: {
  15.         id: '252701111802275',
  16.         callbackUrl: `${baseUrl}${fbApi}`,
  17.         secret: secretConfig.facebookSecret
  18.     },
  19.     tpay: {
  20.         sellerId: '28432',
  21.         secret: secretConfig.tpaySecret
  22.     },
  23.     paymentFee: 1.2,
  24.     aws: {
  25.         accessKeyID: 'AKIAIHGGR6MTBC2D4B7Q',
  26.         secretAccessKey: secretConfig.awsSecret,
  27.         region: 'eu-central-1'
  28.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement