We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c12be commit d7d54b8Copy full SHA for d7d54b8
static/js/config-dev.js
@@ -25,8 +25,7 @@ function myCB(data) {
25
* itself. The "versoURL" variable is a convenience for setting the
26
* base URL of verso in the "config" definition below.
27
*/
28
-// var rectobase = "http://localhost:3000";
29
-var rectobase = "http://mlvlp04.loc.gov:3000";
+var rectobase = "http://localhost:3000";
30
31
if (env.RECTOBASE!==undefined)
32
rectoBase = env.RECTOBASE;
0 commit comments