We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75c8a4 commit 0b97005Copy full SHA for 0b97005
advanced/server/database/prisma.yml
@@ -1,5 +1,5 @@
1
# the endpoint of your service (this also defines the cluster the service will be deployed to)
2
-endpoint: __PRISMA_ENDPOINT__
+endpoint: ${env:PRISMA_ENDPOINT}
3
4
# to disable authentication:
5
# disableAuth: true
0 commit comments