Mercurial Hosting > lang
view src/private/Config_sample.luan @ 25:3a80ddafe5a4
courses work
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 01 Aug 2025 00:33:51 -0600 |
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" } }