forked from github/plane
chore: update the default name that is added to instance (#4348)
This commit is contained in:
parent
2884b0e22e
commit
dc5edca34d
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user