-
how can I disable the web interface but keep everything running behind because as I am interacting with the api. i don't want the frontend to be exposed to the public. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
i was reading the configure section inside config.json
but the frontend is still being built. |
Beta Was this translation helpful? Give feedback.
-
You can add the following to the {
"security": {
"frontendEnabled": false
}
} Or you can use environment variable:
|
Beta Was this translation helpful? Give feedback.
You can add the following to the
config.json
:Or you can use environment variable:
SECURITY__FRONTEND_ENABLED=false