Mercurial Hosting > lang
view src/private/Config_sample.luan @ 45:fef7a5c65cfb
j1 work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 13 Aug 2025 10:31:24 +0900 |
parents | 47b00cce8b53 |
children | cc20eebaa74a |
line wrap: on
line source
return { mail_server = { host = "mail.smtp2go.com" port = 465 username = "xxx" password = "xxx" } claude = { key = "sk-xxx" } azure_tts = { key = "xxx" region = "eastus" } chatgpt = { key = "sk-xxx" } }