From ceb432d359bd8bff3dd0d4844f118a012a7e31bb Mon Sep 17 00:00:00 2001 From: sysadmin Date: Mon, 20 Apr 2026 11:55:40 -0400 Subject: [PATCH] Actualizar edit_dot_env --- edit_dot_env | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/edit_dot_env b/edit_dot_env index dad58ca..f44b340 100644 --- a/edit_dot_env +++ b/edit_dot_env @@ -4,21 +4,25 @@ COMPOSE_PROJECT_NAME=arches_proj # Not supporting multiple domains yet, so just make sure there's only # one here. -DOMAINS=arches.opencontext.org +DOMAINS=sprpcb.int.patrimonio.org.bo DEPLOY_HOST=$DOMAINS NGINX_HTML_PATH=/var/www/html/$DEPLOY_HOST CERT_PATH=/var/www/certbot/$DEPLOY_HOST -CERTBOT_EMAILS=eric@opencontext.org +CERTBOT_EMAILS=sysadmin@patrimonio.org.bo CERTBOT_TEST_CERT=1 CERTBOT_RSA_KEY_SIZE=4096 -TZ=PST +TZ="America/La_Paz" #arches project and paths -ARCHES_PROJECT=arches_proj +ARCHES_PIP_VERSION="7.6.19" +ARCHES_PROJECT=arches_proy ARCHES_ROOT=/arches_app APP_ROOT=$ARCHES_ROOT/$ARCHES_PROJECT APP_COMP_FOLDER=$APP_ROOT/$ARCHES_PROJECT +# for file uploads +UPLOADED_FILES_FOLDER=$APP_COMP_FOLDER/uploadedfiles + #Arches configs # NOTE: the ARCHES_NAMESPACE needs to look like a URL, ending in a '/', # with the same port as used by the Arches Django APP.