Minor point of feedback to anyone who touches the ...
# general
c
Minor point of feedback to anyone who touches the quick setup script:
https://raw.githubusercontent.com/gravitl/netmaker/develop/scripts/nm-quick.sh
, In the setup arguments, the email is listed as BASE_DOMAIN:
Copy code
echo "   ----------------------------"
echo "                SETUP ARGUMENTS"
echo "   ----------------------------"
echo "        domain: $NETMAKER_BASE_DOMAIN"
echo "         email: $NETMAKER_BASE_DOMAIN"
echo "    coredns ip: $COREDNS_IP"
edit: perhaps this should go in netmaker_development? 🤔