Skip to content

Commit 0b97005

Browse files
committed
fix advanced prisma.yml
1 parent b75c8a4 commit 0b97005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/server/database/prisma.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# the endpoint of your service (this also defines the cluster the service will be deployed to)
2-
endpoint: __PRISMA_ENDPOINT__
2+
endpoint: ${env:PRISMA_ENDPOINT}
33

44
# to disable authentication:
55
# disableAuth: true

0 commit comments

Comments
 (0)