Update license capacity from 1GB to 10TB in README and adjust cap value in generate-license.py
All checks were successful
docker-build / Build image (push) Successful in 20s

This commit is contained in:
2025-10-26 12:45:35 +07:00
parent 22431d5541
commit b5c24d8c10
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jwt_data = {
"iat": 0,
"aid": 1337,
"org": "acme",
"cap": 1000000000,
"cap": 10000000000000,
"plan": "STANDARD"
}