view website/src/private/Config_sample.luan @ 2127:9d6603bdf729

re-add custom nginx confs
author Violet7
date Thu, 15 Jan 2026 21:00:12 -0800
parents ac02e07f09de
children
line wrap: on
line source

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