Advertisement
Guest User

Untitled

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