update fauna domain

This commit is contained in:
Divyam Ahuja 2022-02-22 17:47:41 +05:30
parent b530f19075
commit 19bb6bae63
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ type FaunaQueryResponse = {
const client = new faunadb.Client({ const client = new faunadb.Client({
secret: process.env.FAUNA_ADMIN_KEY || "", secret: process.env.FAUNA_ADMIN_KEY || "",
domain: 'db.us.fauna.com', domain: 'db.fauna.com',
port: 443, port: 443,
scheme: 'https' scheme: 'https'
}) })

View file

@ -9,7 +9,7 @@ type Data = {
const client = new faunadb.Client({ const client = new faunadb.Client({
secret: process.env.FAUNA_ADMIN_KEY || "", secret: process.env.FAUNA_ADMIN_KEY || "",
domain: 'db.us.fauna.com', domain: 'db.fauna.com',
port: 443, port: 443,
scheme: 'https' scheme: 'https'
}) })