forked from ddrilling/AsbCloudServer
Merge branch 'dev' of https://bitbucket.org/autodrilling/asbcloudserver into dev
This commit is contained in:
commit
525ccc67f8
@ -13,7 +13,7 @@ namespace AsbCloudWebApi.Controllers
|
||||
public AdminCompanyController(ICrudService<CompanyDto> service)
|
||||
: base(service)
|
||||
{
|
||||
|
||||
service.Includes.Add("CompanyType");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -49,7 +49,14 @@ namespace AsbCloudWebApi
|
||||
"http://localhost:3000",
|
||||
"http://0.0.0.0:5000",
|
||||
"http://*:5000",
|
||||
"http://localhost:5000"
|
||||
"http://localhost:5000",
|
||||
|
||||
"https://0.0.0.0:3000",
|
||||
"https://*:3000",
|
||||
"https://localhost:3000",
|
||||
"https://0.0.0.0:5001",
|
||||
"https://*:5001",
|
||||
"https://localhost:5001"
|
||||
)
|
||||
.AllowCredentials();
|
||||
});
|
||||
|
@ -12,6 +12,5 @@
|
||||
"ServerConnection": "Host=192.168.1.70;Database=postgres;Username=postgres;Password=q;Persist Security Info=True",
|
||||
"LocalConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True"
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Urls": "http://0.0.0.0:5000"
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user