Skip to content

Commit

Permalink
Move wiktionary_data into data subdirectory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Oct 18, 2023
1 parent 624cf49 commit d3bd770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/rvoc-backend/src/configuration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ impl Configuration {
)?,
wiktionary_temporary_data_directory: read_env_var_with_default_as_type(
"WIKTIONARY_TEMPORARY_DATA_DIRECTORY",
"wiktionary_data",
"data/wiktionary_data",
)?,
wiktionary_dump_insertion_batch_size: read_env_var_with_default_as_type(
"WIKTIONARY_DUMP_INSERTION_BATCH_SIZE",
Expand Down

0 comments on commit d3bd770

Please sign in to comment.