From 72014a11d34db7e4d87940a401e665a36ed6380a Mon Sep 17 00:00:00 2001 From: Lightning Date: Thu, 1 Aug 2024 15:45:35 +0200 Subject: [PATCH] install thumbor into a virtual environment per default --- data/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/common.yaml b/data/common.yaml index a016b0b..f80c8b5 100644 --- a/data/common.yaml +++ b/data/common.yaml @@ -31,4 +31,4 @@ thumbor::statefile: 'thumbor.version' thumbor::update_enabled: true thumbor::user: 'thumbor' thumbor::version: 'present' -thumbor::venv_path: ~ +thumbor::venv_path: /opt/thumbor