Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Commit

Permalink
remove config for e-mail url
Browse files Browse the repository at this point in the history
  • Loading branch information
mattias-ohlsson committed Jul 27, 2012
1 parent be329b4 commit e7580be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gitlab-install-el6.sh
Expand Up @@ -199,9 +199,6 @@ sed -i "s/ host: localhost/ host: $GL_HOSTNAME/g" config/gitlab.yml
# Change the from email address
sed -i "s/from: notify@localhost/from: notify@$GL_HOSTNAME/g" config/gitlab.yml

# Change hostname in e-mail links to GL_HOSTNAME
sed -i "s/host: gitlabhq.com/host: $GL_HOSTNAME/g" config/gitlab.yml

# Check database type
if [ "$GL_DATABASE_TYPE" = "sqlite" ]; then
# Use SQLite
Expand Down

0 comments on commit e7580be

Please sign in to comment.