summaryrefslogtreecommitdiffstats
path: root/conf/config.defaults
diff options
context:
space:
mode:
authorFrédéric Mangano-Tarumi <fmang@mg0.fr>2020-06-03 02:04:02 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2021-02-20 17:24:30 +0100
commit8c868e088c8becc7640327db2e5e2a1cb10bab41 (patch)
treef7835fd9bc2f4165277904e315836ac41c2975f1 /conf/config.defaults
parent5be07a8a9e9777d54cf7122be52aa0a7b1b51e14 (diff)
downloadaur-8c868e088c8becc7640327db2e5e2a1cb10bab41.tar.gz
aur-8c868e088c8becc7640327db2e5e2a1cb10bab41.tar.xz
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>
Diffstat (limited to 'conf/config.defaults')
-rw-r--r--conf/config.defaults10
1 files changed, 0 insertions, 10 deletions
diff --git a/conf/config.defaults b/conf/config.defaults
index ed495168..447dacac 100644
--- a/conf/config.defaults
+++ b/conf/config.defaults
@@ -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