Skip to content

Commit

Permalink
OPHYK-401 Enable datantuonti import in qa
Browse files Browse the repository at this point in the history
  • Loading branch information
tsu committed Jan 27, 2025
1 parent 937081e commit 084b528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ export const qa: Config = {
minCapacity: 1,
maxCapacity: 2,
features: {
...defaultConfig.features,
"oppijanumerorekisteri.tasks.datantuonti.export.enabled": true,
}
"oppijanumerorekisteri.tasks.datantuonti.import.enabled": true,
},
};

export const prod: Config = {
Expand Down

0 comments on commit 084b528

Please sign in to comment.