Browse Source

docs: replace the old environment variables table

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
pull/983/head
Wing-Kam Wong 3 years ago
parent
commit
7863f2f03c
  1. 14
      README.md

14
README.md

@ -192,19 +192,9 @@ cd mysql or pg or mssql
docker-compose up
```
## Environment variables
| Variable | Mandatory | Comments | If absent |
|--------------------------------------|-----------|------------------------------------------------------------------------------------------------------------|-----------------------------------------------|
| `NC_DB` | Yes | See our database URLs | A local SQLite will be created in root folder |
| `DATABASE_URL` | No | JDBC URL Format. Can be used instead of `NC_DB`. Used in 1-Click Heroku deployment | |
| `DATABASE_URL_FILE` | No | path to file containing JDBC URL Format. Can be used instead of `NC_DB`. Used in 1-Click Heroku deployment | |
| `NC_PUBLIC_URL` | Yes | Used for sending Email invitations | Best guess from http request params |
| `NC_AUTH_JWT_SECRET` | Yes | JWT secret used for auth and storing other secrets | A Random secret will be generated |
| `NC_SENTRY_DSN` | No | For Sentry monitoring | |
| `NC_CONNECT_TO_EXTERNAL_DB_DISABLED` | No | Disable Project creation with external database | |
| `NC_DISABLE_TELE` | No | Disable telemetry | |
| `NC_BACKEND_URL` | No | Custom Backend URL | ``http://localhost:8080`` will be used |
Please refer to [Environment variables](https://docs.nocodb.com/getting-started/installation#environment-variables)
# Development setup
```shell

Loading…
Cancel
Save