Advertisement
Guest User

Untitled

a guest
Jun 13th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. {
  2. "httpPort": 4101,
  3. "proxyOptions": {
  4. "mcde": {
  5. "comment": "The mcde ip. Careful, until autodetect is not implemented, this needs to be checked on run",
  6. "target": "http://rawfishserver:6666"
  7. },
  8. "juke_joint": {
  9. "comment": "Ruby api ip address",
  10. "target": "http://rawfishserver:8080"
  11. }
  12. }
  13. }
  14.  
  15. {
  16. "production": false,
  17. "apiUrl": "http://rawfishserver:4101/api/v1",
  18. "apiRealUrl": "http://rawfishserver:4101/api/v1",
  19. "socketUrl": "ws://rawfishserver:4101",
  20.  
  21. "streamingSrc": {
  22. "src": "http://rawfishserver:1935/live/webcam",
  23. "type": "video/mp4"
  24. },
  25. "modulesConf": {
  26. "calendar": false,
  27. "notification": false
  28. }
  29. }
  30.  
  31. production:
  32. adapter: postgresql
  33. host: 192.168.15.62
  34. port: 5432
  35. pool: 5
  36. timeout: 5000
  37. username: webapp
  38. password: Ait6eNLtSosMyiMfY34VmlkSdemRJXgP6cVgtg8O8pw=
  39. database: main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement