Browse Source

docs: add NC_MIN environment variable

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/948/head
Pranav C 3 years ago
parent
commit
5567f63ea0
  1. 1
      packages/noco-docs/content/en/getting-started/installation.md

1
packages/noco-docs/content/en/getting-started/installation.md

@ -161,6 +161,7 @@ And connection params for this database can be specified in `NC_DB` environment
| NC_GOOGLE_CLIENT_SECRET | No | Google client secret to enable google authentication | |
| NC_MIGRATIONS_DISABLED | No | Disable NocoDB migration | |
| NC_ONE_CLICK | No | Used for Heroku one-click deployment | |
| NC_MIN | No | If set to any non-empty string the default splash screen(initial welcome animation) and matrix screensaver will disable | |
| PORT | No | For setting app running port | `8080` |
| NC_SENTRY_DSN | No | For Sentry monitoring | |
| NC_DISABLE_ERR_REPORT | No | Disable error reporting | |

Loading…
Cancel
Save