init
This commit is contained in:
34
backend/FateMaster.API/appsettings.json
Normal file
34
backend/FateMaster.API/appsettings.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Server=localhost;Port=3306;Database=fatemaster;User=root;Password=your_password;"
|
||||
},
|
||||
"PaymentSettings": {
|
||||
"Alipay": {
|
||||
"AppId": "",
|
||||
"PrivateKey": "",
|
||||
"PublicKey": ""
|
||||
},
|
||||
"PayPal": {
|
||||
"ClientId": "",
|
||||
"ClientSecret": "",
|
||||
"Mode": "sandbox"
|
||||
},
|
||||
"Stripe": {
|
||||
"SecretKey": "",
|
||||
"PublishableKey": ""
|
||||
}
|
||||
},
|
||||
"AISettings": {
|
||||
"Provider": "OpenAI",
|
||||
"ApiKey": "",
|
||||
"Model": "gpt-4",
|
||||
"BaseUrl": "https://api.openai.com/v1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user