You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy a Faction instance using a Mongo Atlas DB, but without success (Unknown Host exception).
Does Faction support mongodb+srv in FACTION_MONGO_HOST ? srv connection format
The text was updated successfully, but these errors were encountered:
Hey @sebastienbaillet,
I have not tested with this scenario....But it should work. There are other Environment variables you can try like setting the port manually: FACTION_MONGO_PORT=27018
You probably won't need this next one but if the other does not work, you can try forcing an encrypted connection: FACTION_MONGO_SSL=true
If neither of these work, then I'll try to recreate it.
Hi,
I'm trying to deploy a Faction instance using a Mongo Atlas DB, but without success (Unknown Host exception).
Does Faction support mongodb+srv in FACTION_MONGO_HOST ?
srv connection format
The text was updated successfully, but these errors were encountered: