mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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 = Instance.objects.create(
|
||||||
instance_name="Plane Free",
|
instance_name="Plane Community Edition",
|
||||||
instance_id=secrets.token_hex(12),
|
instance_id=secrets.token_hex(12),
|
||||||
license_key=None,
|
license_key=None,
|
||||||
api_key=secrets.token_hex(8),
|
api_key=secrets.token_hex(8),
|
||||||
|
Loading…
Reference in New Issue
Block a user