Advertisement
Guest User

Untitled

a guest
Feb 12th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. # Custom db settings
  2. dbPort=5433
  3. db=studio
  4. dbType=postgres
  5. dbHost=localhost
  6. dbUser=clincapture
  7. dbPass=clincapture
  8.  
  9. # Log settings
  10. logLevel=error
  11. syslog.port=514
  12. logLocation=local
  13. collectStats=true
  14. usage.stats.port=514
  15. syslog.host=localhost
  16. usage.stats.host=localhost
  17.  
  18. # Properties that are related to iFrame view.
  19. showNavBar=false
  20. captivateLive=true
  21. parentWindowUrl=http://portal.local.com/#
  22. userGuideUrl=https://docs-dev.clincapture.com/captivate-live-user-guide-v3-0/
  23.  
  24. # CORS security settings
  25. # Single source is allowed only
  26. cors.allow-origin=http://portal.local.com
  27.  
  28. # X-Frame-Options security settings
  29. # Single source is allowed only
  30. x-frame-options.allow-from=http://portal.local.com
  31.  
  32. # Content Security Policy settings
  33. # Use space to divide sources
  34. csp.frame-ancestors=http://*.local.com
  35.  
  36. # Application deployment info
  37. webapp.host=http://localhost:8080
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement