comparison src/private/Config_sample.luan @ 101:0fc454beff08 default tip

use Config.luan
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 30 Jun 2025 23:49:10 -0600
parents
children
comparison
equal deleted inserted replaced
100:0e3b22ece2fc 101:0fc454beff08
1 return {
2 mail_server = {
3 host = "mail.smtp2go.com"
4 port = 465
5 username = "xxx"
6 password = "xxx"
7 }
8 push_password = "xxx"
9 }