Ajouter .env

This commit is contained in:
Olivier 2023-12-12 21:21:22 +01:00
parent 840506f0a9
commit f6f09bc85a

34
.env Normal file
View File

@ -0,0 +1,34 @@
# master: 2023-12-11
# edited: 2023-12-11
# updated: 2023-12-11
VM_VERSIONNING="2023-12-11"
# --------------------------------------------------
# Local network definition
# --------------------------------------------------
VM_DOMAIN="home"
VM_IP_ASSIGN="192.168.1"
# --------------------------------------------------
# VM specific definition
# --------------------------------------------------
VM_NAME="jimmu"
VM_TITLE="Jimmu"
VM_IP="${VM_IP_ASSIGN}.64"
# --------------------------------------------------
# Common
# --------------------------------------------------
VM_USER="1000"
VM_GROUP="1000"
VM_HOST="${VM_IP}"