Mercurial Hosting > linkmystyle
diff src/private/Config_sample.luan @ 0:8f4df159f06b
start public repo
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 11 Jul 2025 20:57:49 -0600 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/private/Config_sample.luan Fri Jul 11 20:57:49 2025 -0600 @@ -0,0 +1,16 @@ +return { + mail_server = { + host = "smtpcorp.com" + port = 465 + username = "linkmystyle" + password = "xxx" + } + Config.uploadcare = { + public_key = "962640c4b84c779bca4f" + secret_key = "xxx" + } + facebook = { + access_token = "xxx" + } + push_password = "xxx" +}