From a9b8fbd3f36ad5c84eee638a76b805938d90af09 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:17:16 +0100 Subject: [PATCH] Update README.md --- examples/casdoor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/casdoor/README.md b/examples/casdoor/README.md index f19d970..88772d0 100644 --- a/examples/casdoor/README.md +++ b/examples/casdoor/README.md @@ -9,4 +9,4 @@ You have to manually supply an `app.conf` configuration file. Within this file, you have to define your postgresql database connection string. -An example `app.conf` is provided in this repository. +An example `app.conf` is provided in this repository. Adjust it to your needs and place it at the bind mount volume `/mnt/docker-volumes/casdoor/conf/app.conf`.