add Cfn Output & Readme

This commit is contained in:
nsxshota 2023-12-01 12:09:31 +09:00
commit fde4897493
5 changed files with 48 additions and 19 deletions

View file

@ -14,10 +14,6 @@ import * as dotenv from 'dotenv';
const path = require('path');
dotenv.config({path: path.join(__dirname, "../../.env")});
console.log(process.env.LANGFLOW_AUTO_LOGIN);
console.log(process.env.LANGFLOW_SUPERUSER);
console.log(process.env.LANGFLOW_SUPERUSER_PASSWORD);
interface BackEndProps {
cluster: ecs.Cluster
ecsBackSG:ec2.SecurityGroup