view website/src/private/Config_sample.luan @ 2112:3fc7fff0f421 ssltesting

.children() workaround
author Violet7
date Fri, 19 Dec 2025 02:11:48 -0800
parents ac02e07f09de
children
line wrap: on
line source

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