Refactoring variable descriptions
This commit is contained in:
parent
4103346331
commit
fe55daee6c
|
@ -19,8 +19,8 @@ services:
|
||||||
#- JWT_IN_BODY=true
|
#- JWT_IN_BODY=true
|
||||||
#- JWT_SECRET=secret
|
#- JWT_SECRET=secret
|
||||||
#- JWT_HEADER=Authorization
|
#- JWT_HEADER=Authorization
|
||||||
# ↑ Uncomment two upper strings to use jwt_secret and jwt_header values by default withou docker secrets.
|
# ↑ Uncomment two upper strings to use jwt_secret and jwt_header values by default without docker secrets.
|
||||||
# ↓ Or uncomment two strings below to use jwt_secret and jwt_header with values from docker secrets that you create.
|
# ↓ Or uncomment two strings below to use jwt_secret and jwt_header values from docker secrets that you create.
|
||||||
#- JWT_SECTER_FILE=/run/secrets/jwtSecret
|
#- JWT_SECTER_FILE=/run/secrets/jwtSecret
|
||||||
#- JWT_HEADER_FILE=/run/secrets/jwtHeader
|
#- JWT_HEADER_FILE=/run/secrets/jwtHeader
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue