mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
22 lines
195 B
YAML
22 lines
195 B
YAML
# -*- mode: yaml -*-
|
|
# vim: ft=yaml:
|
|
|
|
[global]
|
|
idp-h-usr: x-idp-user
|
|
idp-h-grp: x-idp-group
|
|
|
|
[/ga]
|
|
/ga
|
|
accs:
|
|
r: @ga
|
|
|
|
[/gb]
|
|
/gb
|
|
accs:
|
|
r: @gb
|
|
|
|
[/g]
|
|
/g
|
|
accs:
|
|
r: @ga, @gb
|