From 5bfa14ffef7eba4aef00e7cafa017456eaefea8d Mon Sep 17 00:00:00 2001 From: Alexander Demidov Date: Thu, 3 Apr 2025 13:12:07 +0300 Subject: [PATCH] * appropriate env example with exported work variables --- .env.example | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 6d63945..9889689 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,8 @@ MACHINE=raptor -DOMAIN_PLACEHOLDER=raptor.dimti.ru \ No newline at end of file +DOMAIN_PLACEHOLDER=raptor.dimti.ru + +STACKS_DIR=/opt/stacks +PROJECTS_DIR=/opt/projects + +P_UID=1000 +P_GID=1000 \ No newline at end of file