Remove default value for baseurl.
This commit is contained in:
parent
b2f55c89f0
commit
7bfc3beb2a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class Epafh::App < Thor
|
||||||
'password' => ''
|
'password' => ''
|
||||||
},
|
},
|
||||||
'crm' => {
|
'crm' => {
|
||||||
'baseurl' => 'http://crm.gnuside.com/',
|
'baseurl' => '',
|
||||||
'login' => '',
|
'login' => '',
|
||||||
'password' => ''
|
'password' => ''
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue