templates/blueprints/pocketbase/template.toml
2025-04-21 03:09:28 -07:00

13 lines
178 B
TOML

[variables]
main_domain = "${domain}"
secret_key = "${base64:32}"
[config]
env = {}
mounts = []
[[config.domains]]
serviceName = "pocketbase"
port = 80
host = "${main_domain}"