//export const SERVER = 'https://matefun.mybluemix.net';
//export const GHCI_URL = 'wss://matefun.mybluemix.net/endpoint';

//export const SERVER = 'http://localhost:9090';
//export const GHCI_URL = 'ws://localhost:9090/endpoint';

// export const SERVER = 'http://localhost:9090';
// export const GHCI_URL = 'ws://localhost:9090/endpoint';

//Configuracion dinamica pensando en servidor con ip dinamica

// export const SERVER = window.location.protocol + '//' + window.location.host;//'http://localhost:9090';
// export const GHCI_URL = window.location.protocol == 'http:'?  'ws://'+window.location.host+'/endpoint': 'wss://'+window.location.host+'/endpoint';

// Linux Nacho
// export const SERVER = 'http://192.168.129.3:9090';
// export const GHCI_URL = 'ws://192.168.129.3:9090/endpoint';

// Google cloud platform
// export const SERVER = 'http://35.199.110.129:9090';
// export const GHCI_URL = 'ws://35.199.110.129:9090/endpoint';

// Google cloud platform v2
// export const SERVER = 'http://35.198.60.74:9090';
// export const GHCI_URL = 'ws://35.198.60.74:9090/endpoint';

// psico
export const SERVER = 'https://matefun.math.psico.edu.uy';
export const GHCI_URL = 'wss://matefun.math.psico.edu.uy/endpoint';


//diego docker
// export const SERVER = 'http://localhost:8080';
// export const GHCI_URL = 'ws://localhost:8080/endpoint';