chore: update the default name that is added to instance (#4348)

This commit is contained in:
Nikhil 2024-05-03 14:35:36 +05:30 committed by GitHub
parent 2884b0e22e
commit dc5edca34d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ class Command(BaseCommand):
}
instance = Instance.objects.create(
instance_name="Plane Free",
instance_name="Plane Community Edition",
instance_id=secrets.token_hex(12),
license_key=None,
api_key=secrets.token_hex(8),