Set config_mode options for hostname
This commit is contained in:
parent
2f528b1c44
commit
fa474b7a7d
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
{
|
{
|
||||||
hostname_prefix = 'GibMirEinenNamen',
|
hostname_prefix = 'GibMirEinenNamen',
|
||||||
|
config_mode = {
|
||||||
|
hostname = {
|
||||||
|
optional = false,
|
||||||
|
prefill = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
site_name = '<%= site_name %>',
|
site_name = '<%= site_name %>',
|
||||||
site_code = '<%= site_code %>',
|
site_code = '<%= site_code %>',
|
||||||
domain_seed = '<%= (site_code + ("Hamburg" * 7))[0..31].each_byte.map { |b| b.to_s(16) }.join.upcase %>',
|
domain_seed = '<%= (site_code + ("Hamburg" * 7))[0..31].each_byte.map { |b| b.to_s(16) }.join.upcase %>',
|
||||||
|
|
Loading…
Reference in a new issue