@@ -157,7 +157,7 @@ class Configuration
157157
158158 def initialize
159159 @scheme = 'http'
160- @host = '127.0.0.1 '
160+ @host = 'domaincontrol.com '
161161 @base_path = '/v2'
162162 @server_index = nil
163163 @server_operation_index = { }
@@ -291,7 +291,7 @@ def auth_settings
291291 def server_settings
292292 [
293293 {
294- url : "http://127.0.0.1 /v2" ,
294+ url : "http://domaincontrol.com /v2" ,
295295 description : "No description provided" ,
296296 } ,
297297 {
@@ -332,7 +332,7 @@ def server_settings
332332 }
333333 } ,
334334 {
335- url : "https://127.0.0.1 /no_varaible" ,
335+ url : "https://domaincontrol.com /no_varaible" ,
336336 description : "The local server without variables" ,
337337 } ,
338338 {
@@ -356,7 +356,7 @@ def operation_server_settings
356356 {
357357 "PetApi.add_pet" : [
358358 {
359- url : "http://127.0.0.1 /v2" ,
359+ url : "http://domaincontrol.com /v2" ,
360360 description : "No description provided" ,
361361 } ,
362362 {
@@ -407,7 +407,7 @@ def operation_server_settings
407407 ] ,
408408 "PetApi.delete_pet" : [
409409 {
410- url : "http://127.0.0.1 /v2" ,
410+ url : "http://domaincontrol.com /v2" ,
411411 description : "No description provided" ,
412412 } ,
413413 {
@@ -458,7 +458,7 @@ def operation_server_settings
458458 ] ,
459459 "PetApi.get_pet_by_id" : [
460460 {
461- url : "http://127.0.0.1 /v2" ,
461+ url : "http://domaincontrol.com /v2" ,
462462 description : "No description provided" ,
463463 } ,
464464 {
@@ -509,7 +509,7 @@ def operation_server_settings
509509 ] ,
510510 "PetApi.update_pet" : [
511511 {
512- url : "http://127.0.0.1 /v2" ,
512+ url : "http://domaincontrol.com /v2" ,
513513 description : "No description provided" ,
514514 } ,
515515 {
@@ -560,7 +560,7 @@ def operation_server_settings
560560 ] ,
561561 "PetApi.update_pet_with_form" : [
562562 {
563- url : "http://127.0.0.1 /v2" ,
563+ url : "http://domaincontrol.com /v2" ,
564564 description : "No description provided" ,
565565 } ,
566566 {
0 commit comments