Fork of airjet using bun and ES6
This commit is contained in:
4
generate-secret.sh
Normal file
4
generate-secret.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
secret=$(openssl rand -base64 32)
|
||||
echo "Generated secret key $secret"
|
||||
Reference in New Issue
Block a user