fix: use correct env vars

This commit is contained in:
2025-01-10 14:00:56 +01:00
parent ca8b53c08e
commit dc8d2a0836
6 changed files with 39 additions and 20 deletions

View File

@@ -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,
}
});