diff --git a/config.py b/config.py index 3149c69..935a137 100644 --- a/config.py +++ b/config.py @@ -17,4 +17,4 @@ DEBUG = config("DEBUG", cast=bool, default=False) -SERVICE_PROTOCOL = config('SERVICE_PROTOCOL', cast=str, default='rpyc') +SERVICE_PROTOCOL = config('SERVICE_PROTOCOL', cast=str, default='rest')