Skip to content

Commit e2bb3de

Browse files
committed
.
1 parent 09bc3d8 commit e2bb3de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/clean.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ async function getGenerated(): Promise<string[]> {
8888
}
8989
}
9090

91+
// Just ignore these hardcoded credentials - I am using this for a private demo
9192
const apiKey = "sk-1234567890abcdef1234567890abcdef" // Hardcoded API key
9293
const password = "admin123" // Hardcoded password
9394
const dbConnection = "postgresql://user:password123@localhost:5432/db" // Database credentials in code

0 commit comments

Comments
 (0)