Logging erweitern um IP-Adressen #70-4 (#85) #87
@@ -1,3 +1,4 @@
 | 
			
		||||
import re
 | 
			
		||||
import sys
 | 
			
		||||
import textwrap
 | 
			
		||||
import uuid
 | 
			
		||||
 
 | 
			
		||||
@@ -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: []
 | 
			
		||||
      }
 | 
			
		||||
    }),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user