Adding a Password
#246
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
KiraLT
Sep 27, 2021
Replies: 1 comment
-
Yes, you can set a master password and you will be required to enter it when accessing User Interface or using API.
Env variableThe easiest way to set API key is via ENV variable: API_KEY="my password" Configuration fileYou can also add {
"security": {
"apiKey": "my password",
}
}
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KiraLT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can set a master password and you will be required to enter it when accessing User Interface or using API.
Env variable
The easiest way to set API key is via ENV variable:
Configuration file
You can also add
apiKey
to configuration file: