Hi,
I'm setting up prodigy on an AWS account, so I was trying to switch the host port as recommended here (Can't access prodigy from outside aws machine - #3 by davebulaval)
but when I run export PRODIGY_CONFIG_OVERRIDES=‘{“host”: “”}’ I get this error: bash: export: `“”}’': not a valid identifier
So then I found the config file and changed it manually, but now even when I run the original prodigy recipe, I keep getting this error:
✘ Can't load overrides from env variable PRODIGY_CONFIG_OVERRIDES:
invalid JSON. Make sure to use double quotes in your overrides.
Is it possible to "undo" the prodigy_config_overrides? Or re-set it somehow? I'm sorry if this is a silly mistake/question, I'm very new to this.
Thanks in advance for your help!