Update sofia.conf.lua
This commit is contained in:
parent
eae6c0aa92
commit
3835477219
|
|
@ -224,7 +224,7 @@
|
||||||
table.insert(xml, [[ <!--<domain name="$${domain}" parse="true"/>-->]]);
|
table.insert(xml, [[ <!--<domain name="$${domain}" parse="true"/>-->]]);
|
||||||
table.insert(xml, [[ <!-- indicator to parse the directory for domains with parse="true" to get gateways and alias every domain to this profile -->]]);
|
table.insert(xml, [[ <!-- indicator to parse the directory for domains with parse="true" to get gateways and alias every domain to this profile -->]]);
|
||||||
table.insert(xml, [[ <!--<domain name="all" alias="true" parse="true"/>-->]]);
|
table.insert(xml, [[ <!--<domain name="all" alias="true" parse="true"/>-->]]);
|
||||||
table.insert(xml, [[ <domain name="all" alias="true" parse="false"/>]]);
|
table.insert(xml, [[ <domain name="all" alias="false" parse="true"/>]]);
|
||||||
table.insert(xml, [[ </domains>]]);
|
table.insert(xml, [[ </domains>]]);
|
||||||
table.insert(xml, [[ <settings>]]);
|
table.insert(xml, [[ <settings>]]);
|
||||||
profile_tag_status = "open";
|
profile_tag_status = "open";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue