From df82c51246bd7a4c6144b240026453b2551a37de Mon Sep 17 00:00:00 2001 From: sysadmin Date: Mon, 20 Apr 2026 11:23:49 -0400 Subject: [PATCH] Actualizar edit_dot_env actualizado a ver. 2602 --- edit_dot_env | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/edit_dot_env b/edit_dot_env index 74ad09b..dad58ca 100644 --- a/edit_dot_env +++ b/edit_dot_env @@ -1,28 +1,24 @@ # Edit this file and save as ".env" for use. -COMPOSE_PROJECT_NAME=arches_proy +COMPOSE_PROJECT_NAME=arches_proj # Not supporting multiple domains yet, so just make sure there's only # one here. -DOMAINS=pmoxos.patrimonio.org.bo +DOMAINS=arches.opencontext.org DEPLOY_HOST=$DOMAINS NGINX_HTML_PATH=/var/www/html/$DEPLOY_HOST CERT_PATH=/var/www/certbot/$DEPLOY_HOST -CERTBOT_EMAILS=sysadmin@patrimonio.org.bo -CERTBOT_TEST_CERT=0 +CERTBOT_EMAILS=eric@opencontext.org +CERTBOT_TEST_CERT=1 CERTBOT_RSA_KEY_SIZE=4096 -TZ="America/La_Paz" +TZ=PST #arches project and paths -ARCHES_PIP_VERSION="7.6.19" -ARCHES_PROJECT=arches_proy +ARCHES_PROJECT=arches_proj 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.