- # This file should contain deployment properties which are environment specific
- global.env.os.owner=usantsh
- global.env.os.group=cgportal
- global.env.host.ip=127.0.0.1
- global.env.host.name=127.0.0.1
- global.env.app.server=127.0.0.1:9080
- #global.env.simulator.server=BOMASML-T3YBFFT:9080
- global.env.simulator.server=10.126.31.200:9080
- #home
- #global.env.simulator.server=10.0.0.5:9080
- #global.env.simulator.server=192.168.0.136:9080
- global.env.os.dir.base=/export/home/apps/cgportal/usantsh/online-learning-exchange/trunk/inst_9080
- global.env.os.dir.logs=/export/home/apps/cgportal/usantsh/online-learning-exchange/trunk/shared/logs/oledev3/9080
- global.env.host.port=9080
- global.env.host.shutdownPort=9081
- global.env.app.server.internal=@global.env.host.name@:@global.env.host.port@
- # Default logging levels for a development environment
- global.env.root.log.level=INFO
- global.env.org.springframework.web.log.level=INFO
- global.env.com.pearson.log.level=DEBUG
- realize_webapp.prospero.log.level=DEBUG
- realize_webapp.lrs.event.log.level=DEBUG
- realize_webapp.log.enable.immediate.flush=true
- # Disable Sentry on Local Dev
- realize_webapp.sentry.log.level=OFF
- # The Institution URLs for Equella web service calls
- #BOSTON DB
- #global.env.equella.service.institution_url=http://10.101.78.21:10081/features-build-trunk-full
- #aws DB
- global.env.equella.service.institution_url=http://realize-dev-equella-93758506.us-east-1.elb.amazonaws.com/equella/realize
- ole_webapp.equella.service.institution_url=@global.env.equella.service.institution_url@
- ole_webapp.equella.service.institution_write_url=@global.env.equella.service.institution_url@
- realize_webapp.equella.service.institution_url=@global.env.equella.service.institution_url@
- realize_webapp.equella.service.institution_write_url=@global.env.equella.service.institution_url@
- #The Soap Service API for Equella web service calls
- #global.env.equella.service.soapservice_endpoint=services/SoapService41
- global.env.equella.service.soapservice_endpoint=services/SoapService51
- # Select Rumba env to use.
- # Valid values are; simulator, shared-simulator, int, ppe, prod
- #rumba.configs=simulator
- rumba.configs=int
- # Select knewton env to use.
- # Valid values are: int, simulator
- knewton.configs=simulator
- #knewton simulator recommendation ids
- 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
- # Select realizeReader config file to use.
- # Valid values are: int, ppe, prod
- realizeReader.configs=int
- open_ed_client.configs=int
- # Database properties
- # Note: If you are not running Equella + Oracle locally, use the db properties
- # in the "LOCAL DEV" section below for your local dev env and comment these
- # properties which are for the oledev3 server.
- # If you are running Windows, please note that the value below for
- # appropriately for your Windows filesystem.
- #Boston DB
- #global.env.database.url=jdbc:oracle:thin:@10.101.78.21:1521:XE
- #aws db
- global.env.database.url=jdbc:oracle:thin:@localhost:50449:ORCL
- global.env.database.username=WEBAPP_SHYAM
- #global.env.database.username=webapp_mattk
- #global.env.database.username=WEBAPP_DAVEL7
- #aws
- global.env.database.password=testing123$
- # boston
- #global.env.database.password=equella
- #aws
- global.env.equella.institution=realize
- #boston
- #global.env.equella.institution=featuresFullTrunk
- #aws
- global.env.equella.database.username=equellauser
- #boston
- #global.env.equella.database.username=equella_shared52
- global.env.equella.database.password=equella
- global.env.install.database.deploy=true
- global.env.install.database.seed=false
- global.env.assignment.database.url=jdbc:oracle:thin:@localhost:1255:ORCL
- global.env.database.username.assignment_service=realize_assignments
- global.env.database.password.assignment_service=realize
- assignment_service.database.url=@global.env.assignment.database.url@
- assignment_service.database.username=@global.env.database.username.assignment_service@
- assignment_service.database.password=@global.env.database.password.assignment_service@
- global.env.assessment.database.url=@global.env.database.url@
- global.env.database.username.assessment_services=@global.env.database.username@
- global.env.database.password.assessment_services=@global.env.database.password@
- global.env.provided.version.enabled=true
- # Course Services dbdeploy properties
- common_rumba_course_services.install.database.deploy=@global.env.install.database.deploy@
- common_rumba_course_services.install.database.seed=@global.env.install.database.seed@
- # Course Services Default logging levels for a development environment
- common_rumba_course_services.root.log.level=INFO
- common_rumba_course_services.org.springframework.web.log.level=INFO
- common_rumba_course_services.com.pearson.log.level=DEBUG
- # Rustici dbdeploy properties
- rustici_scorm.install.database.deploy=@global.env.install.database.deploy@
- rustici_scorm.install.database.seed=@global.env.install.database.seed@
- # Tomcat configures session timeout in (tomcatHome)/conf/web.xml file.
- # Here is the code, where session timeout is configured (30 mins):
- # <session-config>
- # <session-timeout>30</session-timeout>
- # </session-config>
- # The following empty setting below allows us to change tomcat's conf/web.xml file
- # to some other value to facilitate testing.
- tomcat.webapp.session.timeout=
- # Assessment Services dbdeploy properties
- assessment_services.install.database.deploy=@global.env.install.database.deploy@
- assessment_services.install.database.seed=@global.env.install.database.seed@
- # Assignment Service dbdeploy properties
- assignment_service.install.database.deploy=@global.env.install.database.deploy@
- assignment_service.install.database.seed=@global.env.install.database.seed@
- global.env.assignment.database.url=@global.env.database.url@
- global.env.database.username.assignment_service=WEBAPP_SHYAM
- global.env.database.password.assignment_service=testing123$
- assignment_service.database.url=@global.env.assignment.database.url@
- assignment_service.database.username=@global.env.database.username.assignment_service@
- assignment_service.database.password=@global.env.database.password.assignment_service@
- # PAF Simulator dbdeploy properties
- paf_simulator.install.database.deploy=@global.env.install.database.deploy@
- paf_simulator.install.database.seed=@global.env.install.database.seed@
- #switch between real paf vs mock paf.
- paf.configs=simulator
- # K12RS Simulator dbdeploy properties
- k12rs_simulator.install.database.deploy=true
- k12rs_simulator.install.database.seed=true
- #switch between real K12RS vs mock K12RS.
- # Valid values are simulator or int
- k12rs.configs=simulator
- realize_webapp.database.default.fetchsize=1000
- realize_webapp.analytics.google.profile_id=UA-40456310-1
- ole_webapp.resource.javascript.log.level=5
- ole_webapp.resource.javascript.aggregate=false
- realize_webapp.resource.javascript.log.level=5
- realize_webapp.resource.javascript.aggregate=false
- # Select Contineo config file to use.
- # Valid values are; int, ppe, prod
- contineo.configs=int
- #turn off authorization check for rest testing on prospero endpoints
- realize_webapp.prospero.authorizationEnabled=false
- ole_webapp.prospero.authorizationEnabled=false
- #Disabling OAuth2 for assessment-service and assigngment-service
- assignment_service.oauth.security.enabled=false
- assessment_services.oauth.security.enabled=false
- realize_webapp.assignment.oauth.api.security.enabled=false
- realize_webapp.assessment.oauth.api.security.enabled=false
- #realize_webapp.content_service.api.url=http://content-service-sandbox.elasticbeanstalk.com/content-service
- #rediscache
- realize_webapp.rediscache.enable=false
- realize_webapp.redis.server.url=redis://localhost:6379
- realize_webapp.redis.server.not.reset.instance.url=redis://localhost:6379
- #discussion service settings
- #realize_webapp.microservice.realize.discuss.ui.distribution.path=/@realize_webapp.webapp.context@/extFS
- #realize_webapp.microservice.token.external.service.enabled=false
- #realize_webapp.microservice.discussion.api.url=/rest/api/v2
- #realize_webapp.microservice.discussion.api.proxy.url=http://localhost:3000
- #realize_webapp.microservice.discussion.direct.api.url=http://localhost:3000
- #switch between knewton-simulator as simulator and knewton-service as int.
- knewton.configs=simulator
- #knewton simulator recommendation ids
- knewton_simulator.webapp.recommendation_ids=47f04876-6f16-3e97-b111-c050a0032b83,c91a7776-9384-3150-b40e-cdc5422bb9f1,e6fd1147-dfe8-348b-aa17-31e27b6ab6d0
- #realize_webapp.memcache_enable=false
- #Tincan config properties
- global.env.tincan.sco.sqs.queue.enabled=false
- #realize_webapp.tincanconfig.token.service.url=https://u35x1dqluc.execute-api.us-east-1.amazonaws.com/nightly/openlrs/access_token
- #realize_webapp.tincanconfig.token.service.api_key=sa0p9GvuQ6RFSPC0NZ1k56FMQ6eIuH5qnrVVsVb0
- #realize_webapp.tincanconfig.token.service.lrsendpoint.url=https://u35x1dqluc.execute-api.us-east-1.amazonaws.com/nightly/openlrs/xAPI/activities/state
- #Rustici
- global.env.rustici.database.url=@global.env.database.url@
- global.env.database.username.rustici_scorm=@global.env.database.username@
- global.env.database.password.rustici_scorm=@global.env.database.password@
- rustici_scorm.database.url=@global.env.rustici.database.url@
- rustici_scorm.database.username=@global.env.database.username.rustici_scorm@
- rustici_scorm.database.password=@global.env.database.password.rustici_scorm@
- #realize_webapp.tincan.sco.sqs.queue.name=openlrs-tincan-sco-queue-local
- realize_webapp.cache.programs.expire.time=2592000
- ole_webapp.cache.programs.expire.time=2592000
- #LTI database config
- common-lti-qa-simulator.install.database.deploy=true
- common-lti-qa-simulator.install.database.seed=true
- realize_webapp.aws.dynamodb.env=test
- ole_webapp.aws.dynamodb.env=test
- realize_webapp.event.tracker.enabled=false
- ole_webapp.event.tracker.enabled=false
- tomcat.heap=2048M
- #ssh -f -N -L 50449:localhost:50449 usantsh@bridge.pearsoncmg.com
- #ssh -f -N -L 50449:realize-development.cvguddeeehoh.us-east-1.rds.amazonaws.com:1521 usantsh@bridge.realizedev-test.com
Stikked
