commit 5dee01ad21ce8282734a3b7dbb1adb62c4be9570 parent be90eab5f965bf334a749e12267ef5f1d8df362f Author: Martin Schanzenbach <mschanzenbach@posteo.de> Date: Tue, 19 Apr 2022 17:53:19 +0200 add config ini Diffstat:
| A | taldir.conf | | | 17 | +++++++++++++++++ |
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/taldir.conf b/taldir.conf @@ -0,0 +1,17 @@ +[taldir] +production = false +validators = "email phone" +host = "https://taldir.net" +bind_to = "localhost:11000" +salt = "ChangeMe" + +[taldir-email] +sender = "taldir@taler.net" + + +[taldir-pq] +host = "localhost" +port = 5432 +user = "taldir" +password = "secret" +db_name = "taldir"