view src/private/Config_sample.luan @ 61:85189076acfa

add spanish
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 18 Aug 2025 10:36:50 +0900
parents 5bdd4bc11123
children
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"
	}
	push_password = "xxx"
}