Sergey Tregub

Results 5 comments of Sergey Tregub

Thank you for using! No, I have no such plans, sorry. It is because of some reasons: - I don't think that this is an often-used functionality - I believe...

Hi, You can use an environment variable as a connection string, for example: ``` dbUp: # other options connectionString: $connstr$ ``` Now you have two options - 1) use .env...

Hi, I'm not fully understand your case. You can use environment variables in config file or scripts. For example, you can use environment variable for connection string: ```yaml dbup: #...

Environment variables can be used almost anywhere in config file, including script folder names. You may have two or more folders with your seed data scripts, one for each environment....