Skip to content

Commit

Permalink
fix rectobase
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkhess committed Mar 1, 2019
1 parent 28c12be commit d7d54b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/js/config-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ function myCB(data) {
* itself. The "versoURL" variable is a convenience for setting the
* base URL of verso in the "config" definition below.
*/
// var rectobase = "http://localhost:3000";
var rectobase = "http://mlvlp04.loc.gov:3000";
var rectobase = "http://localhost:3000";

if (env.RECTOBASE!==undefined)
rectoBase = env.RECTOBASE;
Expand Down

0 comments on commit d7d54b8

Please sign in to comment.