fix: use correct env vars
This commit is contained in:
@@ -7,6 +7,10 @@ export default defineConfig({
|
||||
verbose: true,
|
||||
strict: true,
|
||||
dbCredentials: {
|
||||
url: 'postgresql://postgres:postgres@localhost:5432/db'
|
||||
host: 'vash-db.c0n0e8svjact.eu-west-1.rds.amazonaws.com',
|
||||
user: 'vash',
|
||||
password: '-Gl(WO[45ISyqW6R7vy3DMY2x1a|',
|
||||
database: 'personal-website-db',
|
||||
port: 5432,
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user