From 1199e93298b9ab192ec47c9f36ff1981283acbad Mon Sep 17 00:00:00 2001
From: Marcos Viera <mviera@fing.edu.uy>
Date: Wed, 5 Jun 2019 13:05:38 -0300
Subject: [PATCH] servidor psico

---
 Frontend Angular 4/src/app/shared/config.ts        | 8 ++++----
 Servidor JEE/WebContent/WEB-INF/matefun.properties | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Frontend Angular 4/src/app/shared/config.ts b/Frontend Angular 4/src/app/shared/config.ts
index fcd425f3..a174ee9a 100755
--- a/Frontend Angular 4/src/app/shared/config.ts	
+++ b/Frontend Angular 4/src/app/shared/config.ts	
@@ -21,12 +21,12 @@
 // export const GHCI_URL = 'ws://35.199.110.129:9090/endpoint';
 
 // Google cloud platform v2
-export const SERVER = 'http://35.198.52.82:9090';
-export const GHCI_URL = 'ws://35.198.52.82:9090/endpoint';
+// export const SERVER = 'http://35.198.52.82:9090';
+// export const GHCI_URL = 'ws://35.198.52.82:9090/endpoint';
 
 // psico
-// export const SERVER = 'https://matefun.math.psico.edu.uy';
-// export const GHCI_URL = 'wss://matefun.math.psico.edu.uy/endpoint';
+export const SERVER = 'https://matefun.math.psico.edu.uy';
+export const GHCI_URL = 'wss://matefun.math.psico.edu.uy/endpoint';
 
 
 //diego docker
diff --git a/Servidor JEE/WebContent/WEB-INF/matefun.properties b/Servidor JEE/WebContent/WEB-INF/matefun.properties
index 730c4254..0eb3a559 100644
--- a/Servidor JEE/WebContent/WEB-INF/matefun.properties	
+++ b/Servidor JEE/WebContent/WEB-INF/matefun.properties	
@@ -1,7 +1,7 @@
 #Deben definirse moodle_endpoint y moodle_group para conectar con el API de moodle. 
 #De lo contrario solo se realizara login local.
-moodle_endpoint=https://matefun.moodlecloud.com
-moodle_group=introduction to moodle
+moodle_endpoint=https://cursos-matefun.moodlecloud.com
+moodle_group=MateFun
 #El grupo se define como liceoId#grado#grupo#anio
 #Si no se sefine default_group entonces no se asigna grupo para docente o alumno.
-default_group=0#2#Año#2017
+#default_group=0#2#Año#2017
-- 
GitLab