Files
templates/blueprints/notifuse/template.toml
Pierre 1c43fd5324 Update Notifuse template: replace PASETO with SECRET_KEY auth (#696)
* Update Notifuse template: replace PASETO with SECRET_KEY auth

* Update docker-compose.yml

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
2026-03-05 01:30:25 -06:00

15 lines
263 B
TOML

[variables]
main_domain = "${domain}"
secret_key = "${base64:64}"
[config]
[[config.domains]]
serviceName = "notifuse"
port = 8080
host = "${main_domain}"
[config.env]
ROOT_EMAIL = "${email}"
API_ENDPOINT = "https://${main_domain}"
SECRET_KEY = "${secret_key}"