Merge pull request '[♻️] 개발기 FRONT 검증' (#38) from seonkyu.kim/AcaMate_API:main into debug
All checks were successful
Back/pipeline/head This commit looks good
All checks were successful
Back/pipeline/head This commit looks good
Reviewed-on: https://git.ipstein.myds.me/AcaMate/AcaMate_API/pulls/38
This commit is contained in:
commit
731132b517
|
@ -163,6 +163,7 @@ builder.Logging.ClearProviders();
|
||||||
builder.Logging.AddConsole();
|
builder.Logging.AddConsole();
|
||||||
if (builder.Environment.IsDevelopment()) {
|
if (builder.Environment.IsDevelopment()) {
|
||||||
builder.Logging.SetMinimumLevel(LogLevel.Trace);
|
builder.Logging.SetMinimumLevel(LogLevel.Trace);
|
||||||
|
builder.WebHost.UseUrls("http://0.0.0.0:7004");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user