Skip to content

Commit

Permalink
OPHYK-401 Enabled datantuonti import on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tsu committed Jan 26, 2025
1 parent 2fc4a76 commit d4369ee
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 @@ -50,9 +50,9 @@ export const dev: Config = {
minCapacity: 1,
maxCapacity: 2,
features: {
...defaultConfig.features,
"oppijanumerorekisteri.tasks.datantuonti.export.enabled": true,
}
"oppijanumerorekisteri.tasks.datantuonti.import.enabled": true,
},
};

export const qa: Config = {
Expand Down

0 comments on commit d4369ee

Please sign in to comment.