AppHostConfig {
  Port: 12345
  Threads: 10
}

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

EnabledCommonResources: [
    Geobase,
    NlgTranslations
]

EnableCommonHandles: true

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

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
