From ba7202f2cc975299251bd6148ea512d02f294b8d Mon Sep 17 00:00:00 2001 From: Jonas Jelten Date: Fri, 2 Aug 2024 12:57:27 +0200 Subject: [PATCH] chore: enable missing example config entries --- config/abrechnung.yaml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/config/abrechnung.yaml b/config/abrechnung.yaml index b72111d4..9c04b96b 100644 --- a/config/abrechnung.yaml +++ b/config/abrechnung.yaml @@ -1,7 +1,8 @@ -#service: -# url: "https://abrechnung.example.lol" -# api_url: "https://abrechnung.example.lol/api" -# name: "Abrechnung" + +service: + url: "http://localhost" + api_url: "http://localhost/api" + name: "Abrechnung" database: host: "localhost" @@ -10,7 +11,7 @@ database: # password: "" api: -# secret_key: "" + secret_key: "please generate a unique one with pwgen -s 64 1" host: "localhost" port: 8080 id: default @@ -18,11 +19,11 @@ api: registration: enabled: false -# email: -# address: "abrechnung@example.lol" -# host: "localhost" -# port: 587 -# mode: "smtp-starttls" -# auth: -# username: "abrechnung" -# password: "Mb2.r5oHf-0t" +email: + address: "abrechnung@example.lol" + host: "localhost" + port: 587 + mode: "smtp-starttls" + auth: + username: "abrechnung" + password: "Mb2.r5oHf-0t"