PromucFlow_constructor/deploy/template/encryption.env.sh

12 lines
202 B
Bash
Raw Normal View History

#!/bin/bash
set -o nounset
user_encryption_password="$1"
user_encryption_salt="$2"
cat <<EOF
APPSMITH_ENCRYPTION_PASSWORD=$user_encryption_password
APPSMITH_ENCRYPTION_SALT=$user_encryption_salt
EOF