mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-24 03:14:24 +08:00
14 lines
207 B
YAML
14 lines
207 B
YAML
|
address: 0.0.0.0
|
||
|
port: 80
|
||
|
|
||
|
prefix: /
|
||
|
permissions: CRUD
|
||
|
|
||
|
users:
|
||
|
- username: alice
|
||
|
password: alicepassword
|
||
|
directory: /data/alice
|
||
|
- username: bob
|
||
|
password: bobpassword
|
||
|
directory: /data/bob
|