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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ source_up
export AWS_CONFIG_FILE="$HOME/.smile/aws/config"
export AWS_PROFILE=smile-dev-admin
export AWS_DEFAULT_PROFILE="$AWS_PROFILE"
export AWS_DEFAULT_REGION=us-east-1
export GEM_HOME="$HOME/Repositories/Smile/.gem"
export GIT_AUTHOR_EMAIL='nimrod@smile.io'
export GIT_AUTHOR_NAME='Nimrod Adar'