mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
This release removes the php code and adjusts the location of .gz artifacts. Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
24 lines
524 B
Django/Jinja
24 lines
524 B
Django/Jinja
{
|
|
"Port": 10666,
|
|
"AurFileLocation": "{{ aurweb_dir }}/archives/packages-meta-ext-v1.json.gz",
|
|
"MaxResults": 5000,
|
|
"RefreshInterval": 30,
|
|
"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,
|
|
"EnableAdminApi": false,
|
|
"AdminAPIKey": "change-me"
|
|
}
|