summaryrefslogtreecommitdiffstats
path: root/conf/config.dev
blob: 37f38c450776d3582988732df4ce22e161c6d508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
; Configuration file for aurweb development.
;
; Options are implicitly inherited from conf/config.defaults, which lists all
; available options for productions, and their default values. This current file
; overrides only options useful for development, and introduces
; development-specific options too.

[database]
backend = sqlite
name = YOUR_AUR_ROOT/aurweb.sqlite3

; Alternative MySQL configuration
;backend = mysql
;name = aurweb
;user = aur
;password = aur

[options]
aur_location = http://127.0.0.1:8080
disable_http_login = 0
enable-maintenance = 0

; Single sign-on; see doc/sso.txt.
[sso]
openid_configuration = http://127.0.0.1:8083/auth/realms/aurweb/.well-known/openid-configuration
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

; Passphrase FastAPI uses to sign client-side sessions.
session_secret = secret