This commit is contained in:
Andres2908 2022-07-21 14:01:05 -05:00
commit b77188a590

View File

@ -26,8 +26,8 @@ export default {
sockets: [ sockets: [
{ {
name: 'main', name: 'main',
url: 'http://localhost:3000', // url: 'http://localhost:3000',
// url: 'https://venus.acatlan.unam.mx', url: 'https://venus.acatlan.unam.mx',
// url: 'https://pmodulospcpuma.unam.mx', // url: 'https://pmodulospcpuma.unam.mx',
}, },
], ],
@ -37,8 +37,8 @@ export default {
api: 'https://venus.acatlan.unam.mx/pcpumaUnam_test', api: 'https://venus.acatlan.unam.mx/pcpumaUnam_test',
// api: 'https://pmodulospcpuma.unam.mx/pcpumaUnam_test', // api: 'https://pmodulospcpuma.unam.mx/pcpumaUnam_test',
// api: 'https://modulospcpuma.unam.mx/', // api: 'https://modulospcpuma.unam.mx/',
path: '/socket.io/', // path: '/socket.io/',
// path: '/pcpumaUnam_test/socket.io/', path: '/pcpumaUnam_test/socket.io/',
// path: '/pcpumaUnam/socket.io/', // path: '/pcpumaUnam/socket.io/',
}, },
} }