Skip to content

Commit

Permalink
chore: enable missing example config entries
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJJ committed Aug 2, 2024
1 parent c3b2099 commit ba7202f
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions config/abrechnung.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -10,19 +11,19 @@ database:
# password: "<db password>"

api:
# secret_key: "<generate a secret key, e.g. with `pwgen -S 64 1`>"
secret_key: "please generate a unique one with pwgen -s 64 1"
host: "localhost"
port: 8080
id: default

registration:
enabled: false

# email:
# address: "[email protected]"
# host: "localhost"
# port: 587
# mode: "smtp-starttls"
# auth:
# username: "abrechnung"
# password: "Mb2.r5oHf-0t"
email:
address: "[email protected]"
host: "localhost"
port: 587
mode: "smtp-starttls"
auth:
username: "abrechnung"
password: "Mb2.r5oHf-0t"

0 comments on commit ba7202f

Please sign in to comment.