-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig_sample.conf
More file actions
36 lines (29 loc) · 1.01 KB
/
config_sample.conf
File metadata and controls
36 lines (29 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[Server]
port: 10000
log_level: debug
#logger defaults to stderr, uncomment here if you want something else
#logger: syslog
#logger: /tmp/wikispeech.log
flask_debug_mode: False
[Voice config]
config_files_location: wikispeech_server/conf
config_files:
voice_config_basic.json
voice_config_matcha.json
voice_config_piper.json
[Audio settings]
audio_tmpdir: wikispeech_server/tmp
[Services]
mapper: http://localhost:8771
lexicon: http://localhost:8787
matcha: http://127.0.0.1:8009
piper: http://127.0.0.1:8010
textproc: http://127.0.0.1:8011
# deep_phonemizer: http://localhost:8008
[Tests]
#These tests only work with running marytts and pronlex servers TODO?
run_startup_tests: False
#Quit on error in config_file OR unittest error
quit_on_error: True
#If True loads components even if there is no running backend service, or if the configuration doesn't work right. A call to the component will then result in 500 Internal Server Error, until the corresponding backend service is running
load_components_on_error: False