diff --git a/src/AnnotationCreationUtils.js b/src/AnnotationCreationUtils.js
index 00c4e2db2422313e6c6bdcb3f6b5a7a673202188..9343fbefa678e96aa20c8ab25e3fc61ed70bef69 100644
--- a/src/AnnotationCreationUtils.js
+++ b/src/AnnotationCreationUtils.js
@@ -3,9 +3,10 @@ import { v4 as uuid } from 'uuid';
 import axios from 'axios';
 import WebAnnotation from './WebAnnotation';
 
-//const fileUploaderUrl = 'https://scene-uploads.tetras-libre.fr/upload';
-const fileUploaderUrl = 'http://localhost:3000/upload';
-const fileReaderUrl = 'http://localhost:3000/static/';
+const fileUploaderUrl = 'https://scene-uploads.tetras-libre.fr/upload';
+const fileReaderUrl = 'https://scene-uploads.tetras-libre.fr/static/';
+/*const fileUploaderUrl = 'http://localhost:3000/upload';
+const fileReaderUrl = 'http://localhost:3000/static/';*/
 
 /** Extract time information from annotation target */
 export function timeFromAnnoTarget(annotarget) {