Skip to content
Snippets Groups Projects
Commit 367669d3 authored by nimrod's avatar nimrod
Browse files

AWS default region for Smile.

I would've set it in the config file, but that's generated. Let's go
with the environment variable for now.
parent a43adc03
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ source_up ...@@ -2,6 +2,7 @@ source_up
export AWS_CONFIG_FILE="$HOME/.smile/aws/config" export AWS_CONFIG_FILE="$HOME/.smile/aws/config"
export AWS_PROFILE=smile-dev-admin export AWS_PROFILE=smile-dev-admin
export AWS_DEFAULT_PROFILE="$AWS_PROFILE" export AWS_DEFAULT_PROFILE="$AWS_PROFILE"
export AWS_DEFAULT_REGION=us-east-1
export GEM_HOME="$HOME/Repositories/Smile/.gem" export GEM_HOME="$HOME/Repositories/Smile/.gem"
export GIT_AUTHOR_EMAIL='nimrod@smile.io' export GIT_AUTHOR_EMAIL='nimrod@smile.io'
export GIT_AUTHOR_NAME='Nimrod Adar' export GIT_AUTHOR_NAME='Nimrod Adar'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment