# this file is based on https://github.com/Graylog2/docker-compose/blob/main/open-core/.env.example
# and some of the commands in the creds script are also based on this file

# You MUST set a secret to secure/pepper the stored user passwords here. Please use the script in the creds folder and paste the values here
# Changing this value after installation will render all user sessions and encrypted values in the database invalid. (e.g. encrypted access tokens)
GRAYLOG_PASSWORD_SECRET=""

# You MUST specify a hash password for the root user (which you only need to initially set up the
# system and in case you lose connectivity to your authentication backend)
# This password cannot be changed using the API or via the web interface. If you need to change it,
# CHANGE THIS!
GRAYLOG_ROOT_PASSWORD_SHA2=""