Skip to content

Commit 495adf7

Browse files
committed
(chore) - reset prisma params
1 parent b119e7a commit 495adf7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

server/prisma/prisma.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Specifies the HTTP endpoint of your Prisma API.
2-
#endpoint: ''
3-
endpoint: https://eu1.prisma.sh/jovi-de-croock-c8d40d/server/dev
2+
endpoint: ''
43

54
# Defines your models, each model is mapped to the database as a table.
65
datamodel: datamodel.prisma

server/src/generated/prisma-client/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var models = [
2020
exports.Prisma = prisma_lib_1.makePrismaClientClass({
2121
typeDefs,
2222
models,
23-
endpoint: `https://eu1.prisma.sh/jovi-de-croock-c8d40d/server/dev`,
23+
endpoint: ``,
2424
secret: `mysecret123`
2525
});
2626
exports.prisma = new exports.Prisma();

0 commit comments

Comments
 (0)