diff --git a/config/config_local.sh.example b/config/config_local.sh.example index c4875e6..b3954c4 100644 --- a/config/config_local.sh.example +++ b/config/config_local.sh.example @@ -1,6 +1,6 @@ export MODE=master -export GIT_AUTHOR_NAME="Petr Mrázek" -export GIT_AUTHOR_EMAIL="peterix@gmail.com" +export GIT_AUTHOR_NAME="Herpington Derpson" +export GIT_AUTHOR_EMAIL="herpderp@derpmail.com" export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME" export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL" export DEPLOY_TO_S3=false