-
Notifications
You must be signed in to change notification settings - Fork 0
fix(express): get route #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
aabcde2
to
82fc245
Compare
82fc245
to
350850a
Compare
} | ||
rootConnection = createConnection({ | ||
port, | ||
user: 'root', |
Check failure
Code scanning / CodeQL
Hard-coded credentials Critical test
user name
} | ||
rootConnection = await createConnection({ | ||
port, | ||
user: 'root', |
Check failure
Code scanning / CodeQL
Hard-coded credentials Critical test
user name
import { PgInstrumentation } from '../../build/src/index.js'; | ||
|
||
const CONFIG = { | ||
user: process.env.POSTGRES_USER || 'postgres', |
Check failure
Code scanning / CodeQL
Hard-coded credentials Critical test
user name
|
||
const CONFIG = { | ||
user: process.env.POSTGRES_USER || 'postgres', | ||
password: process.env.POSTGRES_PASSWORD || 'postgres', |
Check failure
Code scanning / CodeQL
Hard-coded credentials Critical test
password
bb8b27b
to
09b37dd
Compare
93e45e1
to
aaec678
Compare
b77b969
to
d81835f
Compare
Which problem is this PR solving?
Short description of the changes