Created
November 28, 2012 18:09
-
-
Save knowuh/4162960 to your computer and use it in GitHub Desktop.
Portal Properties (non-mail-related)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########## 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