Improve comment about changing Hasura admin password
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
This commit is contained in:
parent
3e13ba7d36
commit
f5c09a6d81
@ -31,7 +31,7 @@ case "$1" in
|
||||
HASURA_RANDOM_ADM_PASSWORD=$(openssl rand -base64 32 | sed 's/=//g' | sed 's/+//g' | sed 's/\///g')
|
||||
echo "# This password is randomly generated during the installation of BigBlueButton." > /etc/default/bbb-graphql-server-admin-pass
|
||||
echo "# It serves as the admin password for the bbb-graphql-server (Hasura)." >> /etc/default/bbb-graphql-server-admin-pass
|
||||
echo "# The admin can change this password at any time without any issues." >> /etc/default/bbb-graphql-server-admin-pass
|
||||
echo "# The admin can change this password at any time. Only a restart of BigBlueButton is required." >> /etc/default/bbb-graphql-server-admin-pass
|
||||
echo "HASURA_GRAPHQL_ADMIN_SECRET=$HASURA_RANDOM_ADM_PASSWORD" >> /etc/default/bbb-graphql-server-admin-pass
|
||||
chown root:root /etc/default/bbb-graphql-server-admin-pass
|
||||
chmod 600 /etc/default/bbb-graphql-server-admin-pass
|
||||
|
Loading…
Reference in New Issue
Block a user