annotate website/src/private/Config_sample.luan @ 2015:61b0cc7db09c default tip fixssl

Manually specify letsencrypt server due to acme default server change (to zerossl)
author Violet7
date Sat, 27 Sep 2025 13:37:11 -0700
parents ac02e07f09de
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1992
ac02e07f09de add config
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
1 return {
ac02e07f09de add config
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
2 gpt = {
ac02e07f09de add config
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
3 key = "sk-xxx"
ac02e07f09de add config
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
4 }
ac02e07f09de add config
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
5 claude = {
ac02e07f09de add config
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
6 key = "sk-xxx"
ac02e07f09de add config
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
7 }
ac02e07f09de add config
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
8 push_password = "xxx"
ac02e07f09de add config
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
9 }