Set config_mode options for hostname

This commit is contained in:
Daniel Frank 2018-09-23 23:21:05 +02:00
parent 2f528b1c44
commit fa474b7a7d
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -1,5 +1,11 @@
{
hostname_prefix = 'GibMirEinenNamen',
config_mode = {
hostname = {
optional = false,
prefill = true,
},
},
site_name = '<%= site_name %>',
site_code = '<%= site_code %>',
domain_seed = '<%= (site_code + ("Hamburg" * 7))[0..31].each_byte.map { |b| b.to_s(16) }.join.upcase %>',