APP_NAME: str = "DNA_APP" CONCURRENCY_LEVEL: int = 50 HTTP_AUTH_ERROR: int = 401 VALIDATE_TIMEOUT = 60 class Service: ARTIST = "artist" ATLAS = "atlas" USERSERVICE = "user_service"