Mercurial Hosting > linkmystyle
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8f4df159f06b |
---|---|
1 return { | |
2 mail_server = { | |
3 host = "smtpcorp.com" | |
4 port = 465 | |
5 username = "linkmystyle" | |
6 password = "xxx" | |
7 } | |
8 Config.uploadcare = { | |
9 public_key = "962640c4b84c779bca4f" | |
10 secret_key = "xxx" | |
11 } | |
12 facebook = { | |
13 access_token = "xxx" | |
14 } | |
15 push_password = "xxx" | |
16 } |