enterprise-update #9
Reference in New Issue
Block a user
No description provided.
Delete Branch "jjsfunhouse/nocodb:enterprise-update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.