# A placeholder file for local environment variables.
# This file survives PrivX upgrades, check the latest additions from
# the local-env.template file and migrate manually when needed.

# Copy the content from local-env.template
# $ cp /opt/privx/scripts/local-env.template /opt/privx/scripts/local-env

# Set permissions for the file
# $ chown root:privx /opt/privx/scripts/local-env
# $ chmod 640 /opt/privx/scripts/local-env

# Modify the local-env file to contain the changes you need.
# $ vi /opt/privx/scripts/local-env

# Restart PrivX to take the environment variables into use.
# $ systemctl restart privx
