Skip to content
Snippets Groups Projects
goaurrpc.conf.j2 470 B
Newer Older
  • Learn to ignore specific revisions
  • {
    	"Port": 10666,
    	"AurFileLocation": "{{ aurweb_dir }}/web/html/packages-meta-ext-v1.json.gz",
    	"MaxResults": 5000,
    	"RefreshInterval": 150,
    	"RateLimit": 4000,
    	"LoadFromFile": true,
    	"RateLimitCleanupInterval": 600,
    	"RateLimitTimeWindow": 86400,
    	"TrustedReverseProxies": [
    		"127.0.0.1",
    		"::1"
    	],
    	"EnableSSL": false,
    	"CertFile": "",
    	"KeyFile": "",
    	"EnableSearchCache": true,
    	"CacheCleanupInterval": 60,
    
    	"CacheExpirationTime": 180,
    	"EnableMetrics": true