mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: remove PHP implementation
removal of the PHP codebase Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
parent
97d0eac303
commit
8ca63075e9
128 changed files with 27 additions and 16046 deletions
|
@ -6,7 +6,6 @@
|
|||
; development-specific options too.
|
||||
|
||||
[database]
|
||||
; PHP options: mysql, sqlite.
|
||||
; FastAPI options: mysql.
|
||||
backend = mysql
|
||||
|
||||
|
@ -31,9 +30,6 @@ localedir = YOUR_AUR_ROOT/web/locale
|
|||
salt_rounds = 4
|
||||
; See config.defaults comment about cache.
|
||||
cache = none
|
||||
; In docker, the memcached host is available. On a user's system,
|
||||
; this should be set to localhost (most likely).
|
||||
memcache_servers = memcached:11211
|
||||
; If cache = 'redis' this address is used to connect to Redis.
|
||||
redis_address = redis://127.0.0.1
|
||||
aur_request_ml = aur-requests@localhost
|
||||
|
@ -51,13 +47,6 @@ openid_configuration = http://127.0.0.1:8083/auth/realms/aurweb/.well-known/open
|
|||
client_id = aurweb
|
||||
client_secret =
|
||||
|
||||
[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 = YOUR_AUR_ROOT/web/html
|
||||
|
||||
[fastapi]
|
||||
; Address uvicorn should bind when spawned in development mode by aurweb.spawn.
|
||||
bind_address = 127.0.0.1:8082
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue