I am using .Net techonolgy. I want to know " How to give API and UI connection strings when development to preproduction server deployment? I am using AWS cloud and jenkins CI/CD and gitlab
Loading
I am using .Net techonolgy. I want to know " How to give API and UI connection strings when development to preproduction server deployment? I am using AWS cloud and jenkins CI/CD and gitlab
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Deepak RawatPosted Jul 5, 2023, 4:53 AM
Configuration Management:
appsettings.json, environment variables, or AWS Systems Manager Parameter Store) to retrieve the configuration settings.Environment-Specific Configuration:
GitLab Repository:
Jenkins CI/CD Pipeline:
Deployment Process: