view src/private/Config_sample.luan @ 39:df72d5d5d9dc

add cache_control
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 10 Aug 2025 06:25:35 +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"
	}
}