templates/blueprints/bugsink/template.toml
Klaas van Schelven 8c1085741b
Some checks failed
Deploy to Cloudflare Pages (Production) / Publish to Cloudflare Pages (push) Has been cancelled
Validate Blueprints Structure and Meta / validate (push) Has been cancelled
Bugsink template (not yet tested) (#68)
* Bugsink template (not yet tested)

See #56

* Update blueprints/bugsink/docker-compose.yml

* Update blueprints/bugsink/template.toml

* Update blueprints/bugsink/template.toml

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
2025-04-17 14:52:15 -06:00

19 lines
448 B
TOML

[variables]
main_domain = "${domain}"
secret_key = "#&^%@!z$*p9s8r7q6p5o4n3m2l1k0j9h8g7f6e5d4c3b2a1Z0Y9X8W7V6U5T4S3R2Q1P0O9N8M7L6K5J4I3H2G1F0E9D8C7B6A5"
db_password = "${password:16}"
admin_password = "${password:16}"
[config]
[config.env]
DB_PASSWORD = "${db_password}"
MAIN_DOMAIN = "${main_domain}"
SECRET_KEY = "${secret_key}"
ADMIN_PASSWORD = "${admin_password}"
[[config.domains]]
serviceName = "web"
port = 8_000
host = "${main_domain}"