mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Api key (#1241)
This commit is contained in:
@@ -59,6 +59,7 @@ func makeConfigGeneralResult() *models.ConfigGeneralResult {
|
||||
PreviewPreset: config.GetPreviewPreset(),
|
||||
MaxTranscodeSize: &maxTranscodeSize,
|
||||
MaxStreamingTranscodeSize: &maxStreamingTranscodeSize,
|
||||
APIKey: config.GetAPIKey(),
|
||||
Username: config.GetUsername(),
|
||||
Password: config.GetPasswordHash(),
|
||||
MaxSessionAge: config.GetMaxSessionAge(),
|
||||
|
||||
Reference in New Issue
Block a user