Hi, how do I set PRISMA_CONFIG on AWS ECS like thi...
# orm-help
l
Hi, how do I set PRISMA_CONFIG on AWS ECS like this question? https://www.prisma.io/forum/t/postgress-connection-config-for-aws-ecs/3823
h
You can use
PRISMA_CONFIG_PATH
variable and point it to a yml file. Example: https://www.prisma.io/tutorials/deploy-prisma-to-dokku-ct15/#create-a-new-project-folder
l
@Harshit That’s a great help! Thanks so much! đŸ˜„