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.
1 parent 7b80d4e commit 180d0a2Copy full SHA for 180d0a2
create-envfile.py
@@ -42,6 +42,7 @@ def shuffle(chars):
42
random.shuffle(chars_as_list)
43
return "".join(chars_as_list)
44
45
+_simple_chars = shuffle(string.ascii_letters + string.digits)
46
_strong_chars = shuffle(string.ascii_letters + string.digits + "#%*._~")
47
48
def generate_env_file(args):
0 commit comments