diff --git a/scripts/handler/__pycache__/utils.cpython-312.pyc b/scripts/handler/__pycache__/utils.cpython-312.pyc index b3d815d9..c6cf2dab 100644 Binary files a/scripts/handler/__pycache__/utils.cpython-312.pyc and b/scripts/handler/__pycache__/utils.cpython-312.pyc differ diff --git a/scripts/handler/utils.py b/scripts/handler/utils.py index 2e045ea1..a0c02514 100644 --- a/scripts/handler/utils.py +++ b/scripts/handler/utils.py @@ -3,10 +3,14 @@ import os # --- Configurações de Caminhos --- -BASE_PATH = "/nethome/jotachina/projetos/mmpSearch" -MMP_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/mmp" -MMPZ_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/mmpz" -WAV_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/wav" +#BASE_PATH = "/nethome/jotachina/projetos/mmpSearch" +#MMP_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/mmp" +#MMPZ_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/mmpz" +#WAV_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/wav" +BASE_PATH = "/var/html/www/trens/mmpSearch" +MMP_FOLDER = "/var/html/www/trens/mmpSearch/src_mmpSearch/mmp" +MMPZ_FOLDER = "/var/html/www/trens/mmpSearch/src_mmpSearch/mmpz" +WAV_FOLDER = "/var/html/www/trens/mmpSearch/src_mmpSearch/wav" METADATA_FOLDER = os.path.join(BASE_PATH, "metadata") DATA_FOLDER = os.path.join(BASE_PATH, "_data") CERT_PATH = "/etc/letsencrypt/live/alice.ufsj.edu.br/fullchain.pem"