hello!
my app i am deploying to fly uses a connection to mongodb atlas as an ETL layer and i set the URI string in my local .env for development which works flawlessly. it is encapsulated in double quotes and uses my login and password.
when i add this secret to fly my app completely breaks and the app refuses to start.
is there some secret for using parametized strings as secret variables in fly or potentially i’m just doing it wrong? does mongo need to be whitelisted or something?
i don’t see how that is relevant or what you are really asking. we know the issue is with how fly handles the secret. this works perfectly in dev with local env.