Set internal config options to internal.
This commit is contained in:
parent
f745980947
commit
c462aa9b97
1 changed files with 2 additions and 2 deletions
|
@ -1066,7 +1066,7 @@ Setting.create_if_not_exists(
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
:state => 'http://otrs_host/otrs',
|
:state => 'http://otrs_host/otrs',
|
||||||
:frontend => true
|
:frontend => false
|
||||||
)
|
)
|
||||||
Setting.create_if_not_exists(
|
Setting.create_if_not_exists(
|
||||||
:title => 'Import Key',
|
:title => 'Import Key',
|
||||||
|
@ -1084,7 +1084,7 @@ Setting.create_if_not_exists(
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
:state => '',
|
:state => '',
|
||||||
:frontend => true
|
:frontend => false
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue