Skip to content

Commit

Permalink
Changes local entries for seeding (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivrij authored Jun 13, 2023
1 parent 4efd8ad commit d33a814
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ zrc = http://zrc:8000/api/v1
ztc = http://ztc:8000/api/v1

[local]
ac = http://localhost:8000/api/v1
brc = http://localhost:8000/api/v1
drc = http://localhost:8000/api/v1
nrc = http://localhost:8000/api/v1
zrc = http://localhost:8000/api/v1
ztc = http://localhost:8000/api/v1
ac = http://k8s-ac-local.test/api/v1
brc = http://k8s-brc-local.test/api/v1
drc = http://k8s-drc-local.test/api/v1
nrc = http://k8s-nrc-local.test/api/v1
zrc = http://k8s-zrc-local.test/api/v1
ztc = http://k8s-ztc-local.test/api/v1

[test]
ac = https://autorisatie-api.test.vng.cloud/api/v1
Expand Down

0 comments on commit d33a814

Please sign in to comment.