Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
2d0eeef9
Commit
2d0eeef9
authored
Aug 19, 2019
by
Mathieu Giraud
Browse files
Merge branch 'feature-cs/bikeshed-conf-no-tips' into 'dev'
Bikeshed conf.js.sample, no tips by default See merge request
!508
parents
4d172810
a76bbaf1
Pipeline
#90549
passed with stages
in 5 minutes and 46 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
browser/js/conf.js.sample
View file @
2d0eeef9
/*
* Vidjil
browser
, main configuration file
* Vidjil
client
, main configuration file
* This file must be named 'js/conf.js' to be taken into account
* */
var config = {
/****************
* Static alerts
*/
// "alert": "Rescue server",
/****************
* External services
*/
/* Used for the 'align' script
* If this is not defined, the 'align' button is not available
*/
"cgi_address" : "https://db.vidjil.org/cgi/", // Public test server
// "cgi_address" : "http://127.0.1.1/cgi-bin/",
/* The following options control how the user may have access to .vidjil files.
/* Proxy config for IMGT querying */
/*
"proxy": "https://db.vidjil.org/vidjil/proxy/imgt",
*/
/* Used for the standalone http://app.vidjil.org/analyze page */
"segmenter_address" : "https://db.vidjil.org/vidjil/segmenter",
/* Do we have access to a CloneDB ? */
"clonedb": false,
/****************
/* Access to .vidjil files
* Any combination of 1), 2) and 3) should work
*/
...
...
@@ -42,32 +65,19 @@ var config = {
// "autoload" : "data/Stanford-S22.vidjil",
// "autoload_analysis" : "data/Stanford-S22.analysis"
// Proxy config for IMGT querying
/*
"proxy": "https://db.vidjil.org/vidjil/proxy/imgt"
*/
/* Used for the standalone segmenter page */
"segmenter_address" : "https://db.vidjil.org/vidjil/segmenter",
/* Do we have access to a CloneDB ? */
"clonedb": false,
/* Load extra scripts */
/****************
* Load extra scripts
*/
/* "addons" : ["js/lib/important-lib.js", "js/myscript.js"], */
/****************
* Tips of the day
*/
"doc_address" : "doctips/",
"available_tips" : [
'T01', 'T02', 'T03',
'T30', 'T31', 'T32'
],
"available_tips" : [ ]
// [ 'T01', 'T02', 'T03', 'T30', 'T31', 'T32' ]
/****************
* Static alerts
*/
// "alert": "Rescue server",
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment