Skip to content

Commit

Permalink
fix: missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
disaerna committed Sep 9, 2024
1 parent 3aa0c69 commit 10a3b62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/application-system/api/infra/application-system-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ import {
VehiclesMileage,
UniversityCareers,
Frigg,
HealthDirectorateVaccination,
HealthDirectorateOrganDonation,
} from '../../../../infra/src/dsl/xroad'

export const GRAPHQL_API_URL_ENV_VAR_NAME = 'GRAPHQL_API_URL' // This property is a part of a circular dependency that is treated specially in certain deployment types
Expand Down Expand Up @@ -290,6 +292,8 @@ export const serviceSetup = (services: {
OfficialJournalOfIcelandApplication,
UniversityCareers,
Frigg,
HealthDirectorateVaccination,
HealthDirectorateOrganDonation,
)
.secrets({
NOVA_URL: '/k8s/application-system-api/NOVA_URL',
Expand Down

0 comments on commit 10a3b62

Please sign in to comment.