Skip to content

Commit

Permalink
chore: restore integration.ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Torrent i Soler committed Jan 9, 2024
1 parent 2fce0ff commit bf44b6b
Showing 1 changed file with 190 additions and 176 deletions.
366 changes: 190 additions & 176 deletions quizzes/lib/integration.ini
Original file line number Diff line number Diff line change
@@ -1,176 +1,190 @@
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;
; ;
; Do not edit this file if you are not developing an integration of Wiris ;
; Quizzes for a new platform. If you are installing Wiris Quizzes and you ;
; have to change the configuration the appropiate place is the ;
; configuration.ini file. ;
; ;
; If you are indeed developing an integration please contact the ;
; Wiris Quizzes develop team through [email protected]. ;
; ;
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;

;
; Path to the configuration.ini file. Do not include this property in the
; configuration.ini file.

quizzes.configuration.file = "../configuration.ini"

;quizzes.configuration.class = "CustomConfiguration"
;quizzes.configuration.classpath = "."

;
;
; URL where to load the Wiris Cas applet.

;quizzes.wiris.url = "http://www.wiris.net/demo/wiris"

;
;
; URL where to load the CalcMe calculator.

;quizzes.calc.url = "http://calcme.com"

;
; URL where to load the MathType Web.

;quizzes.editor.url = "http://www.wiris.net/demo/editor"

;
; URL where to load the MathType Web Handwriting.

;quizzes.hand.url = "http://www.wiris.net/demo/hand"

;
; URL to connect to Wiris Quizzes service.

quizzes.service.url = "http://www.wiris.net/demo/quizzes"

;
; URL where to get the JNLP file for Wiris Cas app.

;quizzes.wirislauncher.url = "http://stateful.wiris.net/demo/wiris"

;
; URL to the Wiris Quizzes proxy service. It is used to call remote services
; and to get images and resources from JavaScript.
; Not to be confused by the HTTP proxy this server may need to access the
; internet.

quizzes.proxy.url = "quizzes/service.php"

;
; Path where to save the cached image files. It can be safely deleted. If you
; have a MathType Web Plugin installed, the same cache folder is a good place.

quizzes.cache.dir = "/var/wiris/cache"

;
; Maximum number of concurrent connections to Wiris Quizzes web services. For some
; reason the remote server may not respond or have a large delay. If there are
; so many connections, it would be possible to consume all child process of
; your web server. This option prevents this possibility.
; Set value -1 to disable this mechanism.

;quizzes.maxconnections = "20"

;
; If this local server needs to use a proxy computer (eg a firewall) to access
; the internet, then provide the proxy host name or IP address. Otherwise leave
; it blank or commented.
; Not to be confused with the URL to access remote resources from JavaScript.

;quizzes.httpproxy.host = ""

;
; HTTP proxy server port.

;quizzes.httpproxy.port = "8080"

;
; If this local server needs to use a proxy to access the internet and further
; the proxy needs authentication, then provide the username.

;quizzes.httpproxy.user = ""

;
; HTTP proxy authentication password.

;quizzes.httpproxy.pass = ""

;
; Client's referer URL to be sent to quizzes service. Set to the client's
; application domain so the services server can identify the client.

;quizzes.referer.url = ""

;
; Enable Handwriting as input field type.

;quizzes.hand.enabled = "true"

;
; In client side technologies, make direct Cross-Origin calls instead of using
; the service proxy.

;quizzes.crossorigincalls.enabled = "false"

;
; Whether to load resources statically. Otherwise use the proxy service.

;quizzes.resources.static = "false"

;
; Static resources url. Has effect only if {@link RESOURCES_STATIC} is set to "true".

;quizzes.resources.url = "quizzes/resources"

;
; Call to the Wiris Quizzes service using the offline API instead of calling to
; the online service.

;quizzes.service.offline = "false"

;
; Log correct answers for MathType Web Handwriting training.
;
;quizzes.hand.logtraces = "false"

;
; Wiris Graph URL.
;
;quizzes.graph.url = "http://www.wiris.net/demo/graph"

;
; The identification of this deployment of Wiris Quizzes. It depends on the integration
; and on the technology used. Allows to identify calls to the Wiris Quizzes service.

quizzes.deployment.id = "quizzes-php"

;
; Url endpoint of the Telemetry API
;

;quizzes.telemetry.url = "https://telemetry.wiris.net";


;
; Authentication token for the Telemetry API
;

;quizzes.telemetry.token = "1lt1OnlX3898VauysJ1nr5ODR8CNfVmB80KGxSSt";


;
; Logging level for Quizzes telemetry service integration.
; Possible values: NONE, ERROR, WARNING, INFO, DEBUG.
;

;quizzes.logging.level = "WARNING";

;
; Default tracking configuration for Quizzes telemetry service integration.
;

;quizzes.tracking.enabled = "true";

; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;
; ;
; Do not edit this file if you are not developing an integration of Wiris ;
; Quizzes for a new platform. If you are installing Wiris Quizzes and you ;
; have to change the configuration the appropiate place is the ;
; configuration.ini file. ;
; ;
; If you are indeed developing an integration please contact the ;
; Wiris Quizzes develop team through [email protected]. ;
; ;
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;

;
; Path to the configuration.ini file. Do not include this property in the
; configuration.ini file.

quizzes.configuration.file = "../configuration.ini"

;quizzes.configuration.class = "CustomConfiguration"
;quizzes.configuration.classpath = "."

;
;
; URL where to load the Wiris Cas applet.

;quizzes.wiris.url = "http://www.wiris.net/demo/wiris"

;
;
; URL where to load the CalcMe calculator.

;quizzes.calc.url = "http://calcme.com"

;
; URL where to load the MathType Web.

;quizzes.editor.url = "http://www.wiris.net/demo/editor"

;
; URL where to load the MathType Web Handwriting.

;quizzes.hand.url = "http://www.wiris.net/demo/hand"

;
; URL to connect to Wiris Quizzes service.

;quizzes.service.url = "http://www.wiris.net/demo/quizzes"

;
; URL where to get the JNLP file for Wiris Cas app.

;quizzes.wirislauncher.url = "http://stateful.wiris.net/demo/wiris"

;
; URL to the Wiris Quizzes proxy service. It is used to call remote services
; and to get images and resources from JavaScript.
; Not to be confused by the HTTP proxy this server may need to access the
; internet.

quizzes.proxy.url = "quizzes/service.php"

;
; Path where to save the cached image files. It can be safely deleted. If you
; have a MathType Web Plugin installed, the same cache folder is a good place.

quizzes.cache.dir = "/var/wiris/cache"

;
; Maximum number of concurrent connections to Wiris Quizzes web services. For some
; reason the remote server may not respond or have a large delay. If there are
; so many connections, it would be possible to consume all child process of
; your web server. This option prevents this possibility.
; Set value -1 to disable this mechanism.

;quizzes.maxconnections = "20"

;
; If this local server needs to use a proxy computer (eg a firewall) to access
; the internet, then provide the proxy host name or IP address. Otherwise leave
; it blank or commented.
; Not to be confused with the URL to access remote resources from JavaScript.

;quizzes.httpproxy.host = ""

;
; HTTP proxy server port.

;quizzes.httpproxy.port = "8080"

;
; If this local server needs to use a proxy to access the internet and further
; the proxy needs authentication, then provide the username.

;quizzes.httpproxy.user = ""

;
; HTTP proxy authentication password.

;quizzes.httpproxy.pass = ""

;
; Client's referer URL to be sent to quizzes service. Set to the client's
; application domain so the services server can identify the client.

;quizzes.referer.url = ""

;
; Enable Handwriting as input field type.

;quizzes.hand.enabled = "true"

;
; In client side technologies, make direct Cross-Origin calls instead of using
; the service proxy.

;quizzes.crossorigincalls.enabled = "false"

;
; Whether to load resources statically. Otherwise use the proxy service.

;quizzes.resources.static = "false"

;
; Static resources url. Has effect only if {@link RESOURCES_STATIC} is set to "true".

;quizzes.resources.url = "quizzes/resources"

;
; Call to the Wiris Quizzes service using the offline API instead of calling to
; the online service.

;quizzes.service.offline = "false"

;
; Log correct answers for MathType Web Handwriting training.
;
quizzes.hand.logtraces = "true"

;
; Wiris Graph URL.
;
;quizzes.graph.url = "http://www.wiris.net/demo/graph"

;
; Classpath and Class used in Moodle to overwrite service.php and cache folder path
;

quizzes.configuration.classpath = "../classes"
quizzes.configuration.class = "MoodleConfiguration"

;
; Classpath and Class used in Moodle to manage the access to services
;
quizzes.accessprovider.classpath = ../classes
quizzes.accessprovider.class = accessprovider

;
; The identification of this deployment of Wiris Quizzes. It depends on the integration
; and on the technology used. Allows to identify calls to the Wiris Quizzes service.
;
quizzes.deployment.id = "quizzes-php-moodle"

;
; Url endpoint of the Telemetry API
;
quizzes.telemetry.url = "https://www.wiris.net/demo/quizzes/telemetry"


;
; Authentication token for the Telemetry API
;

;quizzes.telemetry.token = "1lt1OnlX3898VauysJ1nr5ODR8CNfVmB80KGxSSt";


;
; Logging level for Quizzes telemetry service integration.
; Possible values: NONE, ERROR, WARNING, INFO, DEBUG.
;

;quizzes.logging.level = "WARNING";

;
; Default tracking configuration for Quizzes telemetry service integration.
;

;quizzes.tracking.enabled = "true";



0 comments on commit bf44b6b

Please sign in to comment.