update fauna integration with vercel
This commit is contained in:
parent
fca5951eb1
commit
b530f19075
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ type FaunaQueryResponse = {
|
||||||
}
|
}
|
||||||
|
|
||||||
const client = new faunadb.Client({
|
const client = new faunadb.Client({
|
||||||
secret: process.env.FAUNA_SECRET || "",
|
secret: process.env.FAUNA_ADMIN_KEY || "",
|
||||||
domain: 'db.us.fauna.com',
|
domain: 'db.us.fauna.com',
|
||||||
port: 443,
|
port: 443,
|
||||||
scheme: 'https'
|
scheme: 'https'
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ type Data = {
|
||||||
};
|
};
|
||||||
|
|
||||||
const client = new faunadb.Client({
|
const client = new faunadb.Client({
|
||||||
secret: process.env.FAUNA_SECRET || "",
|
secret: process.env.FAUNA_ADMIN_KEY || "",
|
||||||
domain: 'db.us.fauna.com',
|
domain: 'db.us.fauna.com',
|
||||||
port: 443,
|
port: 443,
|
||||||
scheme: 'https'
|
scheme: 'https'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue