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