From acd55ce7f337fabc8c64e25a5b60c2c3ea681b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Wed, 13 Mar 2019 00:34:07 +0200 Subject: [PATCH] Note about DB_NAME and SQLite. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c8ca89d..f8522998 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Configurations settings loaded from environment variables: | DB | `"sqlite"` | Set to `"postgres"` or `"mysql"` | [DB_HOST](https://docs.djangoproject.com/en/2.1/ref/settings/#host) | `""` *(empty string)* | [DB_PORT](https://docs.djangoproject.com/en/2.1/ref/settings/#port) | `""` *(empty string)* -| [DB_NAME](https://docs.djangoproject.com/en/2.1/ref/settings/#name) | `"hc"` +| [DB_NAME](https://docs.djangoproject.com/en/2.1/ref/settings/#name) | `"hc"` (PostgreSQL, MySQL) or `"/path/to/project/hc.sqlite"` (SQLite) | For SQLite, specify the full path to the database file. | [DB_USER](https://docs.djangoproject.com/en/2.1/ref/settings/#user) | `"postgres"` or `"root"` | [DB_PASSWORD](https://docs.djangoproject.com/en/2.1/ref/settings/#password) | `""` *(empty string)* | [DB_CONN_MAX_AGE](https://docs.djangoproject.com/en/2.1/ref/settings/#conn-max-age) | `0`