Hi everyone, i’m new to Prisma and GraphQL. I just...
# orm-help
a
Hi everyone, i’m new to Prisma and GraphQL. I just got this internship and I’m assigned a project which is to migrate the current database to AWS RDS MySQL and use GraphQL and Prisma. I successfully got docker to run and deployed to Prisma. However, it works because I keep all the credentials of AWS RDS MySQL on
docker-compose.yml
, but now I want to use .env to keep all the credentials and it doesn’t work anymore. If anyone could please advise me how to fix this, i’d greatly appreciate it.