comparison src/private/Config_sample.luan @ 6:025bb19b65b1

use claude
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 17 Jul 2025 23:19:22 -0600
parents 78708fa556a0
children 2d4b3f003ec2
comparison
equal deleted inserted replaced
5:a970b7a01a74 6:025bb19b65b1
3 host = "mail.smtp2go.com" 3 host = "mail.smtp2go.com"
4 port = 465 4 port = 465
5 username = "xxx" 5 username = "xxx"
6 password = "xxx" 6 password = "xxx"
7 } 7 }
8 claude = {
9 key = "sk-xxx"
10 }
8 } 11 }