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 b119e7a commit 495adf7Copy full SHA for 495adf7
server/prisma/prisma.yml
@@ -1,6 +1,5 @@
1
# Specifies the HTTP endpoint of your Prisma API.
2
-#endpoint: ''
3
-endpoint: https://eu1.prisma.sh/jovi-de-croock-c8d40d/server/dev
+endpoint: ''
4
5
# Defines your models, each model is mapped to the database as a table.
6
datamodel: datamodel.prisma
server/src/generated/prisma-client/index.js
@@ -20,7 +20,7 @@ var models = [
20
exports.Prisma = prisma_lib_1.makePrismaClientClass({
21
typeDefs,
22
models,
23
- endpoint: `https://eu1.prisma.sh/jovi-de-croock-c8d40d/server/dev`,
+ endpoint: ``,
24
secret: `mysecret123`
25
});
26
exports.prisma = new exports.Prisma();
0 commit comments