mateamt/config.yaml

15 lines
342 B
YAML
Raw Normal View History

2019-10-27 21:45:07 +00:00
db_host: "localhost"
db_port: 5432
db_name: "mateamt"
db_user: "mateamt"
db_passwd: "mateamt"
listen_port: 8000
#listen_host: "127.0.0.1"
2019-11-01 08:58:30 +00:00
#max_connections_per_client: 10
2020-04-18 22:49:30 +00:00
currency: "meow"
2021-07-12 11:29:40 +00:00
currency_fraction: 2
2021-10-16 15:49:50 +00:00
#block_registration: false
2021-07-12 11:29:40 +00:00
sendmail_path: "/run/wrappers/bin/sendmail"
2023-07-07 22:16:05 +00:00
# Change me !!!
jwt_secret: "MySuperDuperSecretJWTKeyChangeMe"