Advertisement
Guest User

Untitled

a guest
Dec 13th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. database.yml
  2. ---
  3. production:
  4. adapter: mysql2
  5. encoding: utf8
  6. reconnect: true
  7. pool: 25
  8. username: deploy
  9. password: deploypass
  10. host: 192.168.40.104
  11. port: 3306
  12. database: deploy_production
  13.  
  14. ###########################
  15. log_database.yml
  16. not applicable
  17.  
  18. ###########################
  19. features.yml
  20. ---
  21. alarms: false
  22. contractors: true
  23. field_maintenance: true
  24. opex: false
  25. advanced_inventory: false
  26. projects: false
  27. pro_reporting: true
  28. trouble_tickets: false
  29. fueling: false
  30. pro_planning: false
  31. workflow_engine: false
  32. max_site_qty: 3700
  33. max_user_qty: 250
  34. max_device_qty: 1000
  35. co_trending_filter: false
  36. co_overlay_kml_kmz: false
  37. co_reporting: false
  38. old_scheduler_planner: true
  39. old_project_mgt: true
  40. calculate_nearest_location: false
  41. inventory: true
  42. reporting: true
  43. dynamic_translations: false
  44. expiration_date: 2033-12-10
  45. email_for_alert: admin@server.com
  46. deploy@ssb-slproduction:/root$ cat /var/www/streamline/current/config/local
  47. local_config.rb locales/ local.yml
  48.  
  49. ######################################
  50. local.yml
  51. ---
  52. production_environments:
  53. - production
  54. log_level: error
  55. settings:
  56. sidekiq_namespace: deploy
  57. sidekiq_retry_count: 1
  58. attachments_storage: local
  59. attachment_styles:
  60. thumb: 260x260
  61. medium: 960x600>
  62. force_ssl: false
  63. mini_profiler_environments:
  64. - development
  65. os_commands_execution_in_co_enabled: true
  66. errbit_enabled: true
  67. default_host: production.sl.sacofa.com.my
  68. mail_from: notification@sacofa.com.my
  69. customer: sacofa
  70. db_override: {}
  71. optional: {}
  72. feature_signature: 27547424a4bd78ebd2a90110520b41f3a4f1dedd
  73.  
  74. #################################
  75. trinidad.yml
  76. ---
  77. address: 127.0.0.1
  78. port: 3000
  79. http:
  80. acceptCount: 100
  81. maxThreads: 200
  82. maxKeepAliveRequests: 100
  83. threadsafe: true
  84. context_path: /
  85. root_dir: .
  86. rackup: config.ru
  87. public: public
  88. java_lib: lib/java
  89. java_classes: lib/java/classes
  90. default_web_xml: config/trinidad-web.xml
  91. reload_strategy: default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement