diff --git a/eng_ASR/config.yml b/eng_ASR/config.yml index 1b0dcd3..810b6cf 100644 --- a/eng_ASR/config.yml +++ b/eng_ASR/config.yml @@ -21,7 +21,7 @@ scratchdirectory: "{{CLAM_ROOT=/tmp}}/eng_asr-userdata/scratch/" # HTTP Basic Authentication via a simple TSV file (disabled by default) users_file: "{{CLAM_USERS_FILE}}" -realm: "{{CLAM_REALM={sys_id}}}" +realm: "{{CLAM_REALM=eng_ASR}}" #Interface customisation customhtml_index: "{{CLAM_CUSTOMHTML_INDEX}}" diff --git a/setup.py b/setup.py index a1a0601..8440212 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name = "eng_ASR", - version = "0.2.1", + version = "0.2.2", author = "Emre Yılmaz", author_email = "emre@nus.edu.sg", description = ("English Automatic Speech Recognition Webservice"),