You need # length=50 charset=hex or something like that in the .env.sample?
It won't generate the correct length / content unless you also tweak it here:
> https://git.coopcloud.tech/coop-cloud/nocodb/src/commit/e704d265dd97fd4c5abe739a9a38af71f224d2a0/.env.sample#L22-L24
https://git.coopcloud.tech/coop-cloud/nocodb/pulls/8#issuecomment-32337
You need `# length=50 charset=hex` or something like that in the `.env.sample`?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
License yml renamed, README updated to improve secret generation steps.
@@ -31,3 +31,2 @@* `abra app undeploy <app-name>`* `export JWT_SECRET=$(pwgen 50)`* `abra app secret insert <app-name> auth_jwt v1 ${JWT_SECRET}`* If `auth_jwt` is ungenerated: `abra app secret generate <app-name> auth_jwt v1`It won't generate the correct length / content unless you also tweak it here:
#8 (comment)
You need
# length=50 charset=hexor something like that in the.env.sample?It can kind of be any charset and length I kind of just chose it arbitrarily. A silly decision on my part.