# Copy this file to .env before building the image.
# Set your profile enrollment code on the line below, or leave SETME to enroll without joining a profile.

export PROFILE_TOKEN="SETME"


# Do not edit below this line

if [ ${PROFILE_TOKEN} == "SETME" ] ; then
    unset PROFILE_TOKEN
fi
