feat: able to use ENFORCE_INCLUDE_USAGE to enforce include usage in response

This commit is contained in:
JustSong
2024-11-10 00:36:08 +08:00
parent 2b2dc2c733
commit 92cd46d64f
3 changed files with 5 additions and 1 deletions

View File

@@ -160,3 +160,5 @@ var OnlyOneLogFile = env.Bool("ONLY_ONE_LOG_FILE", false)
var RelayProxy = env.String("RELAY_PROXY", "")
var UserContentRequestProxy = env.String("USER_CONTENT_REQUEST_PROXY", "")
var UserContentRequestTimeout = env.Int("USER_CONTENT_REQUEST_TIMEOUT", 30)
var EnforceIncludeUsage = env.Bool("ENFORCE_INCLUDE_USAGE", false)