We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d73b20 + 4f1cada commit 052ef9dCopy full SHA for 052ef9d
setup.sh
@@ -0,0 +1,2 @@
1
+# replace the Devise secret key with a random string
2
+sed -i"" "s/<YOUR-SECRET-KEY>/`LC_ALL=C tr -dc 'A-Za-z0-9' </dev/urandom | head -c 128`/g" Autolab/docker/devise.rb
0 commit comments