forked from AcaMate/AcaMate_API
[♻️] 개발기 Front 검증 2
This commit is contained in:
parent
8f01f57c91
commit
4ef3f3dc23
|
@ -163,7 +163,6 @@ builder.Logging.ClearProviders();
|
|||
builder.Logging.AddConsole();
|
||||
if (builder.Environment.IsDevelopment()) {
|
||||
builder.Logging.SetMinimumLevel(LogLevel.Trace);
|
||||
builder.WebHost.UseUrls("http://0.0.0.0:7004");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -171,6 +170,9 @@ else
|
|||
}
|
||||
|
||||
|
||||
builder.WebHost.UseUrls("http://0.0.0.0:7004");
|
||||
|
||||
|
||||
// 로컬 테스트 위한 부분 (올릴때는 꺼두기)
|
||||
// builder.WebHost.UseUrls("http://0.0.0.0:5144");
|
||||
|
||||
|
@ -179,6 +181,7 @@ else
|
|||
var app = builder.Build();
|
||||
string staticRoot;
|
||||
|
||||
|
||||
if (app.Environment.IsDevelopment())
|
||||
{
|
||||
// app.UseSwagger();
|
||||
|
|
Loading…
Reference in New Issue
Block a user