view website/src/private/Config_sample.luan @ 2057:634a44d10c96 acme-tiny

https.luan cleanup and add test
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 12 Nov 2025 23:18:04 -0700
parents ac02e07f09de
children
line wrap: on
line source

return {
	gpt = {
		key = "sk-xxx"
	}
	claude = {
		key = "sk-xxx"
	}
	push_password = "xxx"
}