matthew
06/16/2021, 8:26 AMDBCLUSTER_SECRET="{\"password\":\"pass\",\"dbname\":\"dbname\",\"engine\":\"mysql\",\"port\":3306,\"host\":\"localhost\",\"username\":\"user\"}"
Prisma wants a DB URL within the schema file. Is is possible to parse the JS string within the Prisma schema?
Or any idea if its possible to have each value as a key value pair, from AWS rather than on JSON string?
DB_PASSWORD=passRyan
06/16/2021, 8:43 AMmatthew
06/16/2021, 8:52 AM