Added the enc_dir option to the configuration file.
(cherry picked from commit 9667151fa1
)
This commit is contained in:
parent
4aba76743c
commit
01a79da14d
|
@ -530,3 +530,6 @@ warmup_event_interval 0
|
|||
# since the server starts up.
|
||||
warmup_unknown_interval 300
|
||||
|
||||
# Directory were additional enc files for the XML parser are located.
|
||||
enc_dir /usr/share/pandora_server/enc/
|
||||
|
||||
|
|
|
@ -328,3 +328,6 @@ warmup_event_interval 0
|
|||
# since the server starts up.
|
||||
warmup_unknown_interval 300
|
||||
|
||||
# Directory were additional enc files for the XML parser are located.
|
||||
enc_dir /usr/share/pandora_server/enc/
|
||||
|
||||
|
|
Loading…
Reference in New Issue