From f51f675b0f1ddb41ca7dd5030f3eb14116991b44 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Wed, 30 Aug 2023 15:15:53 +0800 Subject: [PATCH] docs: add example links --- .../docs/020.getting-started/020.environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/noco-docs/docs/020.getting-started/020.environment-variables.md b/packages/noco-docs/docs/020.getting-started/020.environment-variables.md index c8bd42596f..e775554e43 100644 --- a/packages/noco-docs/docs/020.getting-started/020.environment-variables.md +++ b/packages/noco-docs/docs/020.getting-started/020.environment-variables.md @@ -12,7 +12,7 @@ For production usecases, it is **recommended** to configure | Variable | Comments | If absent | |---|---|---| -| NC_DB | See our database URLs | A local SQLite will be created in root folder if `NC_DB` is not provided | +| NC_DB | See our example database URLs [here](https://github.com/nocodb/nocodb#docker). | A local SQLite will be created in root folder if `NC_DB` is not provided | | NC_DB_JSON | Can be used instead of `NC_DB` and value should be valid knex connection JSON | | | NC_DB_JSON_FILE | Can be used instead of `NC_DB` and value should be a valid path to knex connection JSON | | | DATABASE_URL | JDBC URL Format. Can be used instead of NC_DB. | |