Skip to content

Commit 247b266

Browse files
committed
oppdatere readme
1 parent 14fda03 commit 247b266

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,14 @@ vault read postgresql/prod-fss/creds/dp-inntekt-db-admin
9494
9595
```
9696

97-
Bruker/passord kombinasjonen kan brukes til å koble seg til de aktuelle databasene(Fra utvikler image...)
97+
Bruker/passord kombinasjonen kan brukes til å koble seg til de aktuelle databasene
9898
F.eks
9999

100100
```
101+
-- dev
102+
export DATABASE_NAME=dev-pg.intern.nav.no/dp-inntekt-db-preprod
103+
-- prod
104+
export DATABASE_NAME=prod-pg.intern.nav.no/dp-inntekt-db
101105
102106
psql -d $DATABASE_NAME -h $DATABASE_HOST -U $GENERERT_BRUKER_NAVN
103107

0 commit comments

Comments
 (0)