Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, please excuse me, I'm a newbie. I want to put the connection strings for dev, test and prod in the context so when we change the environment I don't have to do anything.
I couldn't find any tutorial how to do this. I found videos on YouTube on variable, but not connections. Could you please point me in the right direction?
Thanks.
Hi @Adriana Gurau
The DB connection string is built automatically based on the DB fields such as host, port, username etc, you just need to fill in the field values on component. We usually set the fields with context variables and define different contexts for different environments, set corresponding value to the variable for each context. When the environment changes, just update the context without modifying the job again.
Regards
Shong