Skip to content

Commit e2e2438

Browse files
committed
Update provider
1 parent 3cf7711 commit e2e2438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/encrypted_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def allow_migrate(self, db, app_label, model_name=None, **hints):
9696
return None
9797

9898
def kms_provider(self):
99-
return "aws"
99+
return "local"
100100

101101

102102
DATABASE_ROUTERS.append(EncryptedRouter()) # noqa: F405

0 commit comments

Comments
 (0)