Skip to content

Instantly share code, notes, and snippets.

@Blind-Striker
Created February 10, 2021 08:49
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 Blind-Striker/c13c40d5d8aa3efa8cadfe461beff901 to your computer and use it in GitHub Desktop.
Save Blind-Striker/c13c40d5d8aa3efa8cadfe461beff901 to your computer and use it in GitHub Desktop.
sample appsettings.Production.json for LocalStack.Net
"LocalStack": {
"UseLocalStack": false
},
"AWS": {
"Profile": "<your aws profile>",
"Region": "eu-central-1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment