File size: 1,118 Bytes
7535af1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b193ed0
7535af1
 
b193ed0
7535af1
 
b193ed0
7535af1
 
 
 
b193ed0
 
7535af1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
    "Logging":  {
                    "LogLevel":  {
                                     "Default":  "Information",
                                     "Microsoft.AspNetCore":  "Warning"
                                 }
                },
    "AllowedHosts":  "*",
    "MongoDB":  {
                    "ConnectionString":  "mongodb://localhost:27017",
                    "DatabaseName":  "TelegramSaaS"
                },
    "Storage":  {
                    "LocalPath":  "",
                    "BaseUrl":  "https://raghava0450-saluai.hf.space"
                },
    "ContentSafety":  {
                          "BlockExplicitSexualEdits":  true,
                          "EnableDevelopmentExplicitEditSimulation":  false
                      },
    "Replicate":  {
                      "ApiToken":  ""
                  },
    "Gemini":  {
                   "ApiToken":  ""
               },
    "Telegram":  {
                     "BotToken":  ""
                 },
    "HuggingFace":  {
                        "Token":  ""
                    },
    "KaggleGpuUrl":  "",
    "ColabGpuUrl":  ""
}