Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created November 28, 2012 18:09
Show Gist options
  • Save knowuh/4162960 to your computer and use it in GitHub Desktop.
Save knowuh/4162960 to your computer and use it in GitHub Desktop.
Portal Properties (non-mail-related)
########## portal properties ##########
# This section is for portal definitions
# portal.name - name of portal instance
# portal_baseurl - hosted webapp location, viewable by browser. ex: if it's running locally http://clearwise.dev.concord.org:8080/webapp
# vlewrapper_baseurl - hosted vlewrapper location, viewable by browser. ex: if it's running locally http://clearwise.dev.concord.org:8080/vlewrapper
# curriculum_base_dir - absolute server path to the curriculum folder that you created. ex: /home/userx/apache-tomcat-6.0.29/webapps/curriculum
# curriculum_base_www - hosted curriculum location, viewable by browser. ex: if running locally, http://clearwise.dev.concord.org:8080/curriculum
# send_email_enabled - [true/false] set to false if and only if you DO NOT want any email sent from this portal.
# send_email_on_exception - [true/false] do you want email to be sent when there are errors?
portal.name=My Portal Name
portal_baseurl=http://clearwise.dev.concord.org:8080/webapp
vlewrapper_baseurl=http://clearwise.dev.concord.org:8080/vlewrapper
curriculum_base_dir=/var/lib/tomcat6/webapps/curriculum
curriculum_base_www=http://clearwise.dev.concord.org:8080/curriculum
studentuploads_base_dir=/var/lib/tomcat6/webapps/studentuploads
studentuploads_base_www=http://clearwise.dev.concord.org:8080/studentuploads
send_email_enabled=true
send_email_on_exception=false
recaptcha_public_key=
recaptcha_private_key=
cRater_verification_url=
cRater_scoring_url=
cRater_client_id=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment