Skip to content

Commit

Permalink
change SERVICE_PROTOCOL default to rest (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMohammad20000 authored Dec 3, 2024
1 parent 5f4da2c commit 405c008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 405c008

Please sign in to comment.