sane default for hostname

This commit is contained in:
Sami Samhuri 2015-03-29 20:10:04 -07:00
parent ff0b565cc5
commit 652a10b16d

View file

@ -12,7 +12,7 @@ CONFIG_DEFAULTS = {
dry_run: false,
path: File.expand_path('../test-blog', __FILE__),
host: '127.0.0.1',
hostname: nil,
hostname: `hostname --fqdn`.strip,
port: 6706,
}