mirror of
https://github.com/cupcakearmy/obolus.git
synced 2024-12-22 16:16:27 +00:00
8 lines
106 B
YAML
8 lines
106 B
YAML
|
users:
|
||
|
- alice
|
||
|
- bob
|
||
|
security:
|
||
|
password: mySecr3t
|
||
|
jwt:
|
||
|
algorithm: HS512
|
||
|
expiresIn: 90 days
|