mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-25 15:55:44 +02:00
17 lines
329 B
TOML
17 lines
329 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
postgres_password = "${password:32}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "systemprompt"
|
|
port = 8080
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
POSTGRES_PASSWORD = "${postgres_password}"
|
|
EXTERNAL_URL = "https://${main_domain}"
|
|
ANTHROPIC_API_KEY = ""
|
|
OPENAI_API_KEY = ""
|
|
GEMINI_API_KEY = ""
|