enterprise-update #9
@ -29,8 +29,7 @@
|
||||
|
||||
* `abra app config <app-name>`. Uncomment the variables used for setting enterprise values. Make sure you have a valid license.
|
||||
* `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`
|
||||
|
decentral1se marked this conversation as resolved
|
||||
* `abra app deploy <app-name>`
|
||||
|
||||
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
|
||||
|
||||
Reference in New Issue
Block a user
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.