~vpzom/lotide

lotide: Add link to examples for DATABASE_URL format v1 APPLIED

Matthias Beyer: 1
 Add link to examples for DATABASE_URL format

 1 files changed, 2 insertions(+), 1 deletions(-)
#376077 .build.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~vpzom/lotide/patches/16112/mbox | git am -3
Learn more about email & git

[PATCH lotide] Add link to examples for DATABASE_URL format Export this patch

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
---
 doc/INSTALL.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index 2a77ca6..34e5939 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -54,7 +54,8 @@ location / {
Requirements: rustc, cargo, openssl, and a PostgreSQL database

The following environment variables are required (*An environment variable manager like [direnv](https://direnv.net/) is recommended in order to avoid these variables interfering with other programs.*)
 - DATABASE_URL - Credentials for database connection.
 - DATABASE_URL - Credentials for database connection. For examples see
   [the tokio-postgres documentation](https://docs.rs/tokio-postgres/0.6.0/tokio_postgres/config/struct.Config.html#examples-1).
 - HOST_URL_ACTIVITYPUB - Typically `http://localhost:3333/apub` for dev instances
 - HOST_URL_API - Typically `http://localhost:3333/api` for dev instances

-- 
2.29.2