Logging erweitern um IP-Adressen #70-4 (#85) #87

Merged
edraft merged 4 commits from #85 into #70 2022-10-25 21:24:28 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 242af637f7 - Show all commits

View File

@ -1,3 +1,4 @@
import re
import sys
import textwrap
import uuid

View File

@ -37,7 +37,7 @@ import { SettingsService } from './services/settings/settings.service';
JwtModule.forRoot({
config: {
tokenGetter,
allowedDomains: ['localhost:5000', 'localhost:5001'],
allowedDomains: ['localhost:8044', 'localhost:8041', 'localhost:5000'],
disallowedRoutes: []
}
}),