Skip to content

Commit

Permalink
migrate tts_cache from media to speech config (#3637)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaimonetti authored and lazedo committed Apr 26, 2017
1 parent faa5e39 commit ee71595
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/kazoo_config/src/kapps_config.erl
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,10 @@ get_category(Category, 'false') ->
,{{<<"fax">>, <<"conversion_command">>}
,{<<"fax">>, <<"conversion_pdf_command">>}
}

,{{<<"media">>, <<"tts_cache">>}
,{<<"speech">>, <<"tts_cache">>}
}
]).

-spec migrate() -> 'ok'.
Expand Down

0 comments on commit ee71595

Please sign in to comment.