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
0751c33f
Commit
0751c33f
authored
Dec 07, 2016
by
Mathieu Giraud
Browse files
conf.js.sample: use server-agnostic address, app.vidjil.org
parent
8471552b
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/conf.js.sample
View file @
0751c33f
...
...
@@ -8,7 +8,7 @@ var config = {
/* Used for the 'align' script
* If this is not defined, the 'align' button is not available
*/
"cgi_address" : "http://
rbx
.vidjil.org/cgi/", // Public test server
"cgi_address" : "http://
app
.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.
...
...
@@ -17,7 +17,7 @@ var config = {
/* 1) Patient database */
"use_database" : true,
"db_address" : "https://
rbx
.vidjil.org/vidjil/", // Public test server
"db_address" : "https://
app
.vidjil.org/vidjil/", // Public test server
"login" : "",
"password" : "",
...
...
Mikaël Salson
@mikael-s
mentioned in issue
#2094 (closed)
·
Jan 09, 2017
mentioned in issue
#2094 (closed)
mentioned in issue #2094
Toggle commit list
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