socket=./maven.sock
[hosts]
*=/var/www/legacy
maven.example.com=/var/www/maven/
user=$argon2id$...
[maven.example.com]
user=$argon2id$...
*=base64
maven.example.com=base64
; All the hosts known to the server.
; `*` is special-cased to be global.
;
; Note, this is to the root of each instance, should
; you be migrating multiple maven instances into one.
;
; Value being `.` is special-cased
; Instead of allocating to `*`, the root instance,
; `maven.example.com` will take the data instead.
; If `.` is not present, `*` will be the default.
maven.example.com=.
maven.ampflower.gay=/var/maven/aflwr
.secret
- Raw secret used for verifying and generating Argon2 hashes.
.users
- Raw K/V Users store of name:$argon2...
.
maven
- Path to the maven directory. Defaulted to ./maven/
unix_socket
- Path to the unix socket. Defaulted to ./maven.sock