generated from fahricansecer/boilerplate-be
@@ -35,6 +35,8 @@ public class ApiSettings
|
||||
public string TtsVoiceId { get; set; } = "pNInz6obpgDQGcFmaJgB";
|
||||
public string OpenAiApiKey { get; set; } = string.Empty;
|
||||
public string OpenAiTtsVoiceId { get; set; } = "alloy";
|
||||
public string MinimaxApiKey { get; set; } = string.Empty;
|
||||
public string MinimaxTtsVoiceId { get; set; } = "male-qn-qingse";
|
||||
public string SunoBaseUrl { get; set; } = string.Empty;
|
||||
public string SunoApiKey { get; set; } = string.Empty;
|
||||
public string CoreApiBaseUrl { get; set; } = "http://localhost:3000/api";
|
||||
|
||||
Reference in New Issue
Block a user