1. 认证
Auth:
1.1. --auth-token
--auth-token 'simple'
Specify a v3 authentication token type and its options ('simple' or 'jwt').
1.2. --bcrypt-cost
--bcrypt-cost 10
Specify the cost / strength of the bcrypt algorithm for hashing auth passwords. Valid values are between 4 and 31.
1.3. --auth-token-ttl
--auth-token-ttl 300
Time (in seconds) of the auth-token-ttl.