From e3e478e353951bb7cf977b33ecaa71fd9bde3dda Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Tue, 8 Feb 2022 12:17:09 +0300 Subject: [PATCH] Add missing descriptions to envs in example.env --- example.env | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/example.env b/example.env index 587c6c81..d5d94195 100644 --- a/example.env +++ b/example.env @@ -1,15 +1,21 @@ # Reference: https://github.com/frappe/frappe_docker/blob/main/docs/images-and-compose-files.md -FRAPPE_VERSION=v13.17.0 +FRAPPE_VERSION=v13.19.0 + +# Only with ERPNext override +ERPNEXT_VERSION=v13.19.0 + DB_PASSWORD=123 + +# Only if you use external database DB_HOST= DB_PORT= + +# Only if you use external Redis REDIS_CACHE= REDIS_QUEUE= REDIS_SOCKETIO= -# Only with ERPNext override -ERPNEXT_VERSION=v13.17.0 # Only with HTTPS override LETSENCRYPT_EMAIL=mail@example.com