move repos into monorepo
This commit is contained in:
11
bin/supervisor/scripts/generate_secret.sh
Executable file
11
bin/supervisor/scripts/generate_secret.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# Generate a supervisor secret key in the correct format
|
||||
|
||||
# Generate a random 32-byte hex string
|
||||
SECRET=$(openssl rand -hex 32)
|
||||
|
||||
echo "Generated supervisor secret:"
|
||||
echo "$SECRET"
|
||||
echo ""
|
||||
echo "Add this to your .env file:"
|
||||
echo "SUPERVISOR_ADMIN_SECRET=$SECRET"
|
||||
Reference in New Issue
Block a user