view src/private/Config_sample.luan @ 49:97b0d206cacd

add chat.json
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 15 Aug 2025 08:43:24 +0900
parents cc20eebaa74a
children 5bdd4bc11123
line wrap: on
line source

return {
	mail_server = {
		host = "mail.smtp2go.com"
		port = 465
		username = "xxx"
		password = "xxx"
	}
	claude = {
		key = "sk-xxx"
	}
	chatgpt = {
		key = "sk-xxx"
	}
}