When I type
heroku config:set SECRET_KEY='x%_jcw%#a$qsv8)eyh+f_^#!xzx($wm0xrlk9!^(h=pjz*q3g='
on my Powershell I got this error:
eyh+f_#!xzx($wm0xrlk9!(h was unexpected at this time.
Please tell me if you know how to solve this. Thank you
When I type
heroku config:set SECRET_KEY='x%_jcw%#a$qsv8)eyh+f_^#!xzx($wm0xrlk9!^(h=pjz*q3g='
on my Powershell I got this error:
eyh+f_#!xzx($wm0xrlk9!(h was unexpected at this time.
Please tell me if you know how to solve this. Thank you
I would recommend you switch to cmd, so you can run this command as it is, or you may modify it by escaping special characters as described for example like ")" character, but it probably might not works with a too complex strings.