Skip to content

Commit

Permalink
removed gitleaks tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YaokunLin committed Jul 14, 2023
1 parent 7e5b42c commit 70dfdd6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pages/api/graphiql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import { options } from "@/utils/postgraphile/options";
const databaseSchemaAdmin = process.env.DATABASE_SCHEMA_ADMIN || "";
const databaseSchemaClean = process.env.DATABASE_SCHEMA_CLEAN || "";
const databaseSchemaWorkspace = process.env.DATABASE_SCHEMA_WORKSPACE || "";
const databasePW = "fake_pw_to_test_gitleak";
const FAKE_AWS_ACCESS_KEY = "AKIAIOSFODNN7EXAMPLE12";
const FAKE_AWS_SECRET_KEY = "wJalrXUtnFEMI/K7MDENG/bPxSRfiCYEXAMPLEKEY12";


const requestHandler = postgraphile(
pgAdmin,
Expand Down

0 comments on commit 70dfdd6

Please sign in to comment.