mirror of
https://github.com/stashapp/stash.git
synced 2026-01-01 21:26:24 +01:00
* Add various log options * Remove logFormat. Add UI for log config * Fix UI boolean flags
25 lines
No EOL
363 B
GraphQL
25 lines
No EOL
363 B
GraphQL
fragment ConfigGeneralData on ConfigGeneralResult {
|
|
stashes
|
|
databasePath
|
|
generatedPath
|
|
username
|
|
password
|
|
logFile
|
|
logOut
|
|
logLevel
|
|
logAccess
|
|
}
|
|
|
|
fragment ConfigInterfaceData on ConfigInterfaceResult {
|
|
css
|
|
cssEnabled
|
|
}
|
|
|
|
fragment ConfigData on ConfigResult {
|
|
general {
|
|
...ConfigGeneralData
|
|
}
|
|
interface {
|
|
...ConfigInterfaceData
|
|
}
|
|
} |