Skip to content

Commit

Permalink
Oppdaterar readme
Browse files Browse the repository at this point in the history
så det blir litt lettare å lese om lokal tilkopling til postgres-database
  • Loading branch information
ingfo committed Sep 15, 2023
1 parent 1a83dc9 commit 265b7ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,12 @@ I script filen `run.sh` kan du oppdatere lenken til filen du har generert og las

1. Åpne IntelliJ og gå til Database panelet
2. Trykk på `+` og velg `Data Source` og `PostgreSQL`
3. Fyll ut feltene `Host`, `Port`, `Database`, `User` og `Password` med henholdsvis `localhost`, `5432`, `postgres`, `postgres` og `test`'
3. Fyll ut feltene slik:
`Host`: `localhost`
`Port`: `5432`
`User`: `postgres`
`Password`: `test`
`Database`: `postgres`
4. Trykk på `Test connection` for å verifisere at tilkoblingen fungerer

## Kode generert av GitHub Copilot
Expand Down

0 comments on commit 265b7ed

Please sign in to comment.