testando
Deploy / Deploy (push) Successful in 1m37s Details

This commit is contained in:
JotaChina 2025-12-05 23:16:52 -03:00
parent a574747d40
commit 5199b98932
2 changed files with 8 additions and 4 deletions

View File

@ -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"