mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 17:01:51 +02:00
The quotas can be configured in the yaml configuration file. Default quota will be applied to any userId that is not matched in the custom quota list. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=178804649
8 lines
105 B
YAML
8 lines
105 B
YAML
refreshSeconds: 3600
|
|
|
|
defaultQuota:
|
|
userId: []
|
|
tokenAmount: 100
|
|
refillSeconds: 60
|
|
|
|
customQuota: []
|