From Smelly Lizard, 9 Years ago, written in Plain Text.
Embed
  1.  # This file should contain deployment properties which are environment specific
  2.  
  3. global.env.os.owner=usantsh
  4. global.env.os.group=cgportal
  5. global.env.host.ip=127.0.0.1
  6. global.env.host.name=127.0.0.1
  7. global.env.app.server=127.0.0.1:9080
  8. #global.env.simulator.server=BOMASML-T3YBFFT:9080
  9. global.env.simulator.server=10.126.31.200:9080
  10. #home
  11. #global.env.simulator.server=10.0.0.5:9080
  12.  
  13. #global.env.simulator.server=192.168.0.136:9080
  14.  
  15. global.env.os.dir.base=/export/home/apps/cgportal/usantsh/online-learning-exchange/trunk/inst_9080
  16.  
  17. global.env.os.dir.logs=/export/home/apps/cgportal/usantsh/online-learning-exchange/trunk/shared/logs/oledev3/9080
  18.  
  19. global.env.host.port=9080
  20. global.env.host.shutdownPort=9081
  21.  
  22. global.env.app.server.internal=@global.env.host.name@:@global.env.host.port@
  23.  
  24. # Default logging levels for a development environment
  25. global.env.root.log.level=INFO
  26. global.env.org.springframework.web.log.level=INFO
  27. global.env.com.pearson.log.level=DEBUG
  28.  
  29. realize_webapp.prospero.log.level=DEBUG
  30. realize_webapp.lrs.event.log.level=DEBUG
  31. realize_webapp.log.enable.immediate.flush=true
  32.  
  33. # Disable Sentry on Local Dev
  34. realize_webapp.sentry.log.level=OFF
  35.  
  36. # The Institution URLs for Equella web service calls
  37. #BOSTON DB
  38. #global.env.equella.service.institution_url=http://10.101.78.21:10081/features-build-trunk-full
  39. #aws DB
  40. global.env.equella.service.institution_url=http://realize-dev-equella-93758506.us-east-1.elb.amazonaws.com/equella/realize
  41. ole_webapp.equella.service.institution_url=@global.env.equella.service.institution_url@
  42. ole_webapp.equella.service.institution_write_url=@global.env.equella.service.institution_url@
  43. realize_webapp.equella.service.institution_url=@global.env.equella.service.institution_url@
  44. realize_webapp.equella.service.institution_write_url=@global.env.equella.service.institution_url@
  45.  
  46. #The Soap Service API for Equella web service calls
  47. #global.env.equella.service.soapservice_endpoint=services/SoapService41
  48. global.env.equella.service.soapservice_endpoint=services/SoapService51
  49.  
  50. # Select Rumba env to use.
  51. # Valid values are; simulator, shared-simulator, int, ppe, prod
  52. #rumba.configs=simulator
  53. rumba.configs=int
  54.  
  55. # Select knewton env to use.
  56. # Valid values are: int, simulator
  57. knewton.configs=simulator
  58.  
  59. #knewton simulator recommendation ids
  60. knewton_simulator.webapp.recommendation_ids=135bce9e-1945-3cea-afa2-62d6a60d9a71,b80cacb2-9445-3c5a-8128-d1c835e527a5,92c2d070-f7cd-3f1d-a749-71973107b718,624095bd-7042-313f-9d1b-21923cc9757a,b4dcc6f4-201b-3063-a94e-69291dacc6c0,0b7baa77-f81d-3433-993b-4e1b3f8aacb1
  61.  
  62. # Select realizeReader config file to use.
  63. # Valid values are: int, ppe, prod
  64. realizeReader.configs=int
  65.  
  66. open_ed_client.configs=int
  67.  
  68. # Database properties
  69. # Note:  If you are not running Equella + Oracle locally, use the db properties
  70. # in the "LOCAL DEV" section below for your local dev env and comment these
  71. # properties which are for the oledev3 server.
  72. # If you are running Windows, please note that the value below for
  73. # appropriately for your Windows filesystem.
  74. #Boston DB
  75. #global.env.database.url=jdbc:oracle:thin:@10.101.78.21:1521:XE
  76.  
  77. #aws db
  78. global.env.database.url=jdbc:oracle:thin:@localhost:50449:ORCL
  79.  
  80. global.env.database.username=WEBAPP_SHYAM
  81. #global.env.database.username=webapp_mattk
  82. #global.env.database.username=WEBAPP_DAVEL7
  83. #aws
  84. global.env.database.password=testing123$
  85. # boston
  86. #global.env.database.password=equella
  87. #aws
  88. global.env.equella.institution=realize
  89. #boston
  90. #global.env.equella.institution=featuresFullTrunk
  91. #aws
  92. global.env.equella.database.username=equellauser
  93. #boston
  94. #global.env.equella.database.username=equella_shared52
  95. global.env.equella.database.password=equella
  96.  
  97. global.env.install.database.deploy=true
  98. global.env.install.database.seed=false
  99.  
  100. global.env.assignment.database.url=jdbc:oracle:thin:@localhost:1255:ORCL
  101. global.env.database.username.assignment_service=realize_assignments
  102. global.env.database.password.assignment_service=realize
  103.  
  104. assignment_service.database.url=@global.env.assignment.database.url@
  105. assignment_service.database.username=@global.env.database.username.assignment_service@
  106. assignment_service.database.password=@global.env.database.password.assignment_service@
  107.  
  108. global.env.assessment.database.url=@global.env.database.url@
  109. global.env.database.username.assessment_services=@global.env.database.username@
  110. global.env.database.password.assessment_services=@global.env.database.password@
  111.  
  112. global.env.provided.version.enabled=true
  113.  
  114. # Course Services dbdeploy properties
  115. common_rumba_course_services.install.database.deploy=@global.env.install.database.deploy@
  116. common_rumba_course_services.install.database.seed=@global.env.install.database.seed@
  117.  
  118. # Course Services Default logging levels for a development environment
  119. common_rumba_course_services.root.log.level=INFO
  120. common_rumba_course_services.org.springframework.web.log.level=INFO
  121. common_rumba_course_services.com.pearson.log.level=DEBUG
  122.  
  123.  
  124. # Rustici dbdeploy properties
  125. rustici_scorm.install.database.deploy=@global.env.install.database.deploy@
  126. rustici_scorm.install.database.seed=@global.env.install.database.seed@
  127.  
  128. # Tomcat configures session timeout in (tomcatHome)/conf/web.xml file.
  129. # Here is the code, where session timeout is configured (30 mins):
  130. #    <session-config>
  131. #        <session-timeout>30</session-timeout>
  132. #    </session-config>
  133. # The following empty setting below allows us to change tomcat's conf/web.xml file
  134. # to some other value to facilitate testing.
  135. tomcat.webapp.session.timeout=
  136.  
  137. # Assessment Services dbdeploy properties
  138. assessment_services.install.database.deploy=@global.env.install.database.deploy@
  139. assessment_services.install.database.seed=@global.env.install.database.seed@
  140.  
  141. # Assignment Service dbdeploy properties
  142. assignment_service.install.database.deploy=@global.env.install.database.deploy@
  143. assignment_service.install.database.seed=@global.env.install.database.seed@
  144. global.env.assignment.database.url=@global.env.database.url@
  145. global.env.database.username.assignment_service=WEBAPP_SHYAM
  146. global.env.database.password.assignment_service=testing123$
  147.  
  148. assignment_service.database.url=@global.env.assignment.database.url@
  149. assignment_service.database.username=@global.env.database.username.assignment_service@
  150. assignment_service.database.password=@global.env.database.password.assignment_service@
  151.  
  152. # PAF Simulator dbdeploy properties
  153. paf_simulator.install.database.deploy=@global.env.install.database.deploy@
  154. paf_simulator.install.database.seed=@global.env.install.database.seed@
  155.  
  156. #switch between real paf vs mock paf.
  157. paf.configs=simulator
  158.  
  159. # K12RS Simulator dbdeploy properties
  160. k12rs_simulator.install.database.deploy=true
  161. k12rs_simulator.install.database.seed=true
  162. #switch between real K12RS vs mock K12RS.
  163. # Valid values are simulator or int
  164. k12rs.configs=simulator
  165.  
  166. realize_webapp.database.default.fetchsize=1000
  167. realize_webapp.analytics.google.profile_id=UA-40456310-1
  168.  
  169. ole_webapp.resource.javascript.log.level=5
  170. ole_webapp.resource.javascript.aggregate=false
  171. realize_webapp.resource.javascript.log.level=5
  172. realize_webapp.resource.javascript.aggregate=false
  173.  
  174. # Select Contineo config file to use.
  175. # Valid values are; int, ppe, prod
  176. contineo.configs=int
  177.  
  178. #turn off authorization check for rest testing on prospero endpoints
  179. realize_webapp.prospero.authorizationEnabled=false
  180. ole_webapp.prospero.authorizationEnabled=false
  181.  
  182.  
  183.  
  184. #Disabling OAuth2 for assessment-service and assigngment-service
  185. assignment_service.oauth.security.enabled=false
  186. assessment_services.oauth.security.enabled=false
  187.  
  188. realize_webapp.assignment.oauth.api.security.enabled=false
  189. realize_webapp.assessment.oauth.api.security.enabled=false
  190.  
  191. #realize_webapp.content_service.api.url=http://content-service-sandbox.elasticbeanstalk.com/content-service
  192.  
  193. #rediscache
  194. realize_webapp.rediscache.enable=false
  195. realize_webapp.redis.server.url=redis://localhost:6379
  196. realize_webapp.redis.server.not.reset.instance.url=redis://localhost:6379
  197.  
  198.  
  199. #discussion service settings
  200. #realize_webapp.microservice.realize.discuss.ui.distribution.path=/@realize_webapp.webapp.context@/extFS
  201. #realize_webapp.microservice.token.external.service.enabled=false
  202. #realize_webapp.microservice.discussion.api.url=/rest/api/v2
  203. #realize_webapp.microservice.discussion.api.proxy.url=http://localhost:3000
  204. #realize_webapp.microservice.discussion.direct.api.url=http://localhost:3000
  205.  
  206.  #switch between knewton-simulator as simulator and knewton-service as int.
  207. knewton.configs=simulator
  208. #knewton simulator recommendation ids
  209. knewton_simulator.webapp.recommendation_ids=47f04876-6f16-3e97-b111-c050a0032b83,c91a7776-9384-3150-b40e-cdc5422bb9f1,e6fd1147-dfe8-348b-aa17-31e27b6ab6d0
  210. #realize_webapp.memcache_enable=false
  211.  
  212.  
  213. #Tincan config properties
  214. global.env.tincan.sco.sqs.queue.enabled=false
  215. #realize_webapp.tincanconfig.token.service.url=https://u35x1dqluc.execute-api.us-east-1.amazonaws.com/nightly/openlrs/access_token
  216. #realize_webapp.tincanconfig.token.service.api_key=sa0p9GvuQ6RFSPC0NZ1k56FMQ6eIuH5qnrVVsVb0
  217. #realize_webapp.tincanconfig.token.service.lrsendpoint.url=https://u35x1dqluc.execute-api.us-east-1.amazonaws.com/nightly/openlrs/xAPI/activities/state
  218.  
  219. #Rustici
  220. global.env.rustici.database.url=@global.env.database.url@
  221. global.env.database.username.rustici_scorm=@global.env.database.username@
  222. global.env.database.password.rustici_scorm=@global.env.database.password@
  223.  
  224. rustici_scorm.database.url=@global.env.rustici.database.url@
  225. rustici_scorm.database.username=@global.env.database.username.rustici_scorm@
  226. rustici_scorm.database.password=@global.env.database.password.rustici_scorm@
  227.  
  228.  
  229. #realize_webapp.tincan.sco.sqs.queue.name=openlrs-tincan-sco-queue-local
  230.  
  231. realize_webapp.cache.programs.expire.time=2592000
  232. ole_webapp.cache.programs.expire.time=2592000
  233.  
  234. #LTI database config
  235. common-lti-qa-simulator.install.database.deploy=true
  236. common-lti-qa-simulator.install.database.seed=true
  237.  
  238. realize_webapp.aws.dynamodb.env=test
  239. ole_webapp.aws.dynamodb.env=test
  240.  
  241.  
  242. realize_webapp.event.tracker.enabled=false
  243. ole_webapp.event.tracker.enabled=false
  244.  
  245. tomcat.heap=2048M
  246. #ssh -f -N -L 50449:localhost:50449 usantsh@bridge.pearsoncmg.com
  247.  
  248. #ssh -f -N -L 50449:realize-development.cvguddeeehoh.us-east-1.rds.amazonaws.com:1521 usantsh@bridge.realizedev-test.com