Skip to content

Instantly share code, notes, and snippets.

@aligkts
Created June 12, 2020 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aligkts/cb8a7277d81b9d08f03aefcdf629a1c3 to your computer and use it in GitHub Desktop.
Save aligkts/cb8a7277d81b9d08f03aefcdf629a1c3 to your computer and use it in GitHub Desktop.
live {
resValue "string", "api_url", "https://services.allianz.com.tr/oneApp-web/api/"
resValue "string", "api_url_digitalx", "https://services.allianz.com.tr/DigitalInteractionApi/api/v1/"
resValue "string", "systype", "prod"
}
prep {
versionNameSuffix "prep"
resValue "string", "api_url", "https://test-services.allianz.com.tr/oneApp-web/api/"
resValue "string", "api_url_digitalx", "https://test-services.allianz.com.tr/DigitalInteractionApi-prep/api/v1/"
resValue "string", "systype", "preprod"
}
uat {
versionNameSuffix "uat"
resValue "string", "api_url", "https://test-services.allianz.com.tr/oneApp-web-uat/api/"
resValue "string", "api_url_digitalx", "https://test-services.allianz.com.tr/DigitalInteractionApi-uat/api/v1/"
resValue "string", "systype", "uat"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment