Oops left in something I shouldnt have
This commit is contained in:
parent
6c45b72512
commit
d247dcf8af
@ -27,8 +27,6 @@ export const prisma = new PrismaClient();
|
||||
|
||||
const appRouter = Router();
|
||||
|
||||
console.log(process.env);
|
||||
|
||||
const PORT_ALLNET = process.env.ALLNET_PORT !== undefined ? parseInt(process.env.ALLNET_PORT) : 80;
|
||||
const PORT_MUCHA = process.env.MUCHA_PORT !== undefined ? parseInt(process.env.MUCHA_PORT) : 10082;
|
||||
const PORT_BNGI = process.env.SERVICE_PORT !== undefined ? parseInt(process.env.SERVICE_PORT) : 9002;
|
||||
|
Loading…
Reference in New Issue
Block a user