Advertisement
Guest User

Untitled

a guest
Dec 18th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_LOG=single
  4. APP_LOG_LEVEL=debug
  5. APP_BRAND=xtip
  6.  
  7. APP_DOMAIN=xtip.de
  8. APP_URL=http://testv3.${APP_DOMAIN}
  9.  
  10. APP_SERVICE_LAYER_ENDPOINTS=[{"service":"account","ssl":false,"domain":"customer-service.test.srvint.ix2","port":80,"version":1},{"service":"ticket","ssl":false,"domain":"dev-ctr-004.cp.wien","port":12513,"version":1},{"service":"customer","ssl":false,"domain":"customer-service.test.srvint.ix2","port":80,"version":1},{"service":"odds","ssl":false,"domain":"dev-ctr-004.cp.wien","port":12513,"version":7},{"service":"user","ssl":false,"domain":"customer-service.test.srvint.ix2","port":80,"version":1},{"service":"freebet","ssl":false,"domain":"dev-job-002a.ix2","port":80,"version":1,"urlMask":"%SCHEME%://%DOMAIN%:%PORT%/%ENDPOINT%"},{"service":"limits","ssl":false,"domain":"dev-ctr-004.cp.wien","port":12513,"version":1}]
  11.  
  12. SERVICE_ENDPOINT=https://testoddsservice.cashpoint.com
  13. FAYE_ODDS_UPDATE=https://testfaye.cashpoint.com/faye
  14.  
  15. APP_BE_EPG_DOMAIN=paymentepg.test.srvint.ix2
  16.  
  17. APP_BE_BONUS_DOMAIN=bonusservice.test.srvint.ix2
  18.  
  19. APP_BE_DOMAIN=testinterfaces.cashpoint.com
  20.  
  21. CACHE_DRIVER=file
  22.  
  23. SESSION_DRIVER=file
  24.  
  25. APP_JSON_RESPONSE_RETURN_CURL_COMMS=true
  26. APP_JSON_RESPONSE_RETURN_EXCEPTIONS=true
  27. APP_NATIVEAPP_RESPONSE_RETURN_CURL_COMMS=true
  28.  
  29. TRANSLATION_PLACEHOLDERS='{"{company}":"XTiP","{membercard}":"XTiP CARD","{cashier_mail}":"xtip_cashier@cashpoint.com","{support_mail}":"support@xtipsupport.com","{combibonus}":"XTiP BONUS","{v2link}":"https://mobile.xtip.de"}'
  30.  
  31. ANDROID_CURRENT_VERSION=3.3.2
  32.  
  33. BASIC_AUTH_USERNAME=admin
  34. BASIC_AUTH_PASSWORD=pointcash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement