PromucFlow_constructor/deploy/template/encryption.env.sh

12 lines
210 B
Bash
Raw Normal View History

#!/bin/sh
if [ ! -f encryption.env ]; then
touch encryption.env
fi
cat >| encryption.env << EOF
APPSMITH_ENCRYPTION_PASSWORD=$user_encryption_password
APPSMITH_ENCRYPTION_SALT=$user_encryption_salt
EOF