AppHostConfig {
  Port: 12345
  Threads: 10
}

RTLog {
  # Async: true
  # FlushPeriodSecs: 1
  ServiceName: "hollywood"
  Filename: "eventlog"
  # FileStatCheckPeriodSecs: 1
  CopyOutputTo: "cerr"
  Level: LogDebug
  ShouldUseAsyncSerialization: false
  UseNewCompression: true
}

Scenarios: [
    "add_point_tr",
    "alarm",
    "alice_show",
    "blueprints",
    "bluetooth",
    "bugreport",
    "cec_commands",
    "count_aloud",
    "covid19",
    "do_nothing",
    "draw_picture",
    "equalizer",
    "fast_command",
    "find_poi_tr",
    "food",
    "game_suggest",
    "general_conversation",
    "general_conversation_tr",
    "get_date",
    "get_my_location_tr",
    "get_time",
    "get_weather_tr",
    "goods",
    "handcrafted_tr",
    "happy_new_year",
    "hardcoded_music",
    "hardcoded_response",
    "hollywood_alarm",
    "how_to_spell",
    "image_what_is_this",
    "link_a_remote",
    "maps_download_offline",
    "market_how_much",
    "market_orders_status",
    "messenger_call",
    "metronome",
    "mordovia_video_selection",
    "movie_suggest",
    "music",
    "music_what_is_playing",
    "navi_external_confirmation_tr",
    "news",
    "notifications",
    "notifications_manager",
    "onboarding",
    "onboarding_critical_update",
    "open_apps_fixlist",
    "order",
    "random_number",
    "reask",
    "reminders",
    "repeat",
    "repeat_after_me",
    "route_manager",
    "search",
    "settings",
    "show_gif",
    "show_route",
    "show_traffic_bass",
    "show_tv_channels_gallery",
    "smart_device_external_app",
    "sssss",
    "subscriptions_manager",
    "switch_layer_tr",
    "taximeter",
    "test_scenario",
    "time_capsule",
    "transform_face",
    "tv_channels",
    "tv_controls",
    "video",
    "video_musical_clips",
    "video_rater",
    "video_recommendation",
    "vins",
    "voice",
    "voiceprint",
    "watch_list",
    "weather",
    "wizard",
    "zen_search",
    "zero_testing"
]

EnabledCommonResources: [
    Geobase,
    NlgTranslations
]

FastDataPath: "shards/all/prod/fast_data"
ScenarioResourcesPath: "shards/all/prod/resources"
CommonResourcesPath: "shards/all/prod/common_resources"
HwServicesResourcesPath: "shards/all/prod/hw_services_resources"

EnableCommonHandles: true

HwServicesConfig {
    ModifiersConfig: {
        Modifiers: [
            {
                Name: "polyglot"
                Enabled: true
            },
            {
                Name: "conjugator"
                Enabled: true
            },
            {
                Name: "voice_doodle"
                Enabled: false
            },
            {
                Name: "colored_speaker"
                Enabled: true
            },
            {
                Name: "whisper"
                Enabled: true
            },
            {
                Name: "cloud_ui"
                Enabled: true
            }
        ]
    }
}

FailOnEmptySecrets: false
