mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Introduce conf/config.dev for development
conf/config.dev’s purpose is to provide a lighter configuration template for developers, and split development-specific options off the default configuration file. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
5be07a8a9e
commit
8c868e088c
3 changed files with 38 additions and 15 deletions
|
@ -41,16 +41,6 @@ cache = none
|
|||
cache_pkginfo_ttl = 86400
|
||||
memcache_servers = 127.0.0.1:11211
|
||||
|
||||
[php]
|
||||
; Address PHP should bind when spawned in development mode by aurweb.spawn.
|
||||
bind_address = 127.0.0.1:8081
|
||||
; Directory containing aurweb's PHP code, required by aurweb.spawn.
|
||||
;htmldir = /path/to/web/html
|
||||
|
||||
[fastapi]
|
||||
; Address uvicorn should bind when spawned in development mode by aurweb.spawn.
|
||||
bind_address = 127.0.0.1:8082
|
||||
|
||||
[ratelimit]
|
||||
request_limit = 4000
|
||||
window_length = 86400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue