Advertisement
Guest User

configuracion.properties

a guest
Oct 4th, 2017
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # To change this license header, choose License Headers in Project Properties.
  2. # To change this template file, choose Tools | Templates
  3. # and open the template in the editor.
  4. DATABASE_NAME=xtrackcronos
  5. DATABASE_HOST=test.extreme.com.co:25432
  6. DATABASE_USER=postgres
  7. DATABASE_PASSWORD=3xtr3m3s3rv3r
  8. DATABASE_MAX_CONNECTIONS=5
  9. EVENTS_LIMIT=1000
  10. #Tiempo en segundos
  11. WAIT_TIME_PROCESS=10
  12. SES_SENDER_EMAIL=notificaciones@extreme.com.co
  13. SMS_SENDER_CONFIGURATION={"smsService": "https://extreme.partner.atlasws-a.it.movile.com:10001/atlas/sendMessageBatch?key=EXTREME&messageText=",  "smsServiceClaro": "http://mic.claro.com.co/servicesPME/app2mobile.jws",  "metodoClaro": "sendSMS",  "extremeDominio": "extreme.com.co",  "usuarioClaro": "PMEappClCo",  "claveClaro": "PMEappClCo2012"}
  14. AMAZON_SECRET_KEY=7Cqw0PL0z7X/LS5FhlRWYiK/RVAKvi/wCJf1tDaa
  15. AMAZON_ACCESS_KEY=AKIAIATRZDNU3MLIT6ZA
  16. ALARM_CLIENT_URL=http://192.168.0.32:9000/alarmas
  17. ALARM_CLIENT_URL_CONTINGENCY=http://192.168.0.97:9000/alarmas
  18. #Tiempo en milisegundos
  19. ALARM_CLIENT_TIMEOUT=10000
  20. ALARM_INACTIVATE_TIME=60
  21. ALARM_INACTIVATE_COUNT=3
  22. ALARM_INACTIVATE_EMAILS=soporte@extreme.com.co,acollazos@extreme.com.co
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement