mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-02 10:15:55 +00:00
sane default for hostname
This commit is contained in:
parent
ff0b565cc5
commit
652a10b16d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue