diff --git a/notebook/author/js/dcc-author-server-address.js b/notebook/author/js/dcc-author-server-address.js index 9019711..637354f 100644 --- a/notebook/author/js/dcc-author-server-address.js +++ b/notebook/author/js/dcc-author-server-address.js @@ -1,4 +1,4 @@ (function() { - DCCAuthorServer.serverAddress = "http://cloud.lis.ic.unicamp.br/case-notebook/latest/server/"; + DCCAuthorServer.serverAddress = "http://aws.harena.lis.ic.unicamp.br/case-notebook/latest/server/"; // DCCAuthorServer.serverAddress = "http://127.0.0.1:8888/"; })();