Skip to content

Commit

Permalink
gitleaks test
Browse files Browse the repository at this point in the history
  • Loading branch information
YaokunLin committed Jul 12, 2023
1 parent de46a9b commit 1bf4688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/api/graphiql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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 = "AKIAIOSFODNN7EXAMPLE7";
const FAKE_AWS_SECRET_KEY = "wJalrXUtnFEMI/K7MDENG/bPxSRfiCYEXAMPLEKEY7";
const FAKE_AWS_ACCESS_KEY = "AKIAIOSFODNN7EXAMPLE8";
const FAKE_AWS_SECRET_KEY = "wJalrXUtnFEMI/K7MDENG/bPxSRfiCYEXAMPLEKEY8";


const requestHandler = postgraphile(
Expand Down

0 comments on commit 1bf4688

Please sign in to comment.