annotate website/src/private/Config_sample.luan @ 2115:5b434c8a27bd ssltesting tip

disable hardcoded dry_run = false
author Violet7
date Mon, 22 Dec 2025 18:54:30 -0800
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 }