This commit is contained in:
2026-05-07 10:36:16 +02:00
parent d2c86396b1
commit 1d7c2b2946
6 changed files with 8 additions and 10 deletions

View File

@@ -1,15 +1,13 @@
ALAI_PORT=3003
ALAI_HOST="0.0.0.0"
ENVIORMENT=development
ALAI_API_URL=https://wsaccess.alaisecure.com/bssrest
ALAI_CERTIFICATES_DIR=./certificates/
ALAI_CERTIFICATE_NAME=wsaccess_alaisecure_com_cert_client_new.p12
ALAI_CERTIFICATE_PASSWORD=iHaaek+zyzWz6cH6rg==
ALAI_USERNAME=palomaibanez
ALAI_PASSWORD=palomaibanez1234
ALAI_USERNAME=infosavefamily
ALAI_PASSWORD=infosavefamily
ALAI_BRANDID=savefamily
ALAI_PACKAGE=Tarifa_250MB_100MIN_5SMS

View File

@@ -58,7 +58,6 @@ async function startWorker() {
}))
//app.get("/selectPage", alaiController.selectPageREST())
console.log(PORT, HOSTNAME)
app.listen(PORT, HOSTNAME, (e) => {
if (e == undefined) {
console.log("[o] Servidor (Alai) iniciado en el puerto %d", PORT)

View File

@@ -29,8 +29,8 @@ export const env = {
RABBITMQ_RETRY_INTERVAL: process.env.RABBITMQ_INTERVAL,
RABBITMQ_VHOST: String(process.env.RABBITMQ_VHOST),
APP_PORT: Number(process.env.APP_PORT),
APP_HOST: String(process.env.APP_HOST),
APP_PORT: Number(process.env.NOS_PORT),
APP_HOST: String(process.env.NOS_HOST),
// ESPECIFICO NOS
NOS_BASE_URL: String(process.env.NOS_BASE_URL),

View File

@@ -63,7 +63,7 @@ async function startWorker() {
app.listen(PORT, HOSTNAME, (e) => {
if (e == undefined) {
console.log("[o] Servidor iniciado en el puerto %d", PORT)
console.log("[o] Servidor (NOS) iniciado en el puerto %d", PORT)
} else {
console.error("Error express ", e)
}

View File

@@ -258,6 +258,7 @@ export class SimController {
}
/**
* -- WIP
* Esta funcion se plantea para guardar tarjetas que no han llegado desde
* un operador conocido
*/