We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bc3d8 commit e2bb3deCopy full SHA for e2bb3de
scripts/clean.ts
@@ -88,6 +88,7 @@ async function getGenerated(): Promise<string[]> {
88
}
89
90
91
+// Just ignore these hardcoded credentials - I am using this for a private demo
92
const apiKey = "sk-1234567890abcdef1234567890abcdef" // Hardcoded API key
93
const password = "admin123" // Hardcoded password
94
const dbConnection = "postgresql://user:password123@localhost:5432/db" // Database credentials in code
0 commit comments