Commit 9bafbbb9 by XuYS

Update generate-passwords.sh

parent 877acb99
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
# a new file just like it, with the generated values. # a new file just like it, with the generated values.
TARGET=${OPENEDX_RELEASE-master} TARGET=${OPENEDX_RELEASE-master}
wget -q "https://raw.githubusercontent.com/edx/configuration/$TARGET/playbooks/sample_vars/passwords.yml" -O passwords-template.yml #wget -q "https://raw.githubusercontent.com/edx/configuration/$TARGET/playbooks/sample_vars/passwords.yml" -O passwords-template.yml
wget -q "https://git.orhontech.com/OpenEdx/configuration/raw/open-release-mongol/ginkgo.master/playbooks/sample_vars/passwords.yml" -O passwords-template.yml
while IFS= read -r line; do while IFS= read -r line; do
# Make a random string. SECRET_KEY's should be longer. # Make a random string. SECRET_KEY's should be longer.
length=35 length=35
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment