18 lines
441 B
JSON
18 lines
441 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=152.69.235.249;Port=3306;Database=mygame;Uid=root;Pwd=!qwer7979!;"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Portfolio": {
|
|
"AdminPassword": "!qwer7979!",
|
|
"SiteTitle": "My Game Portfolio",
|
|
"SiteTagline": "Unity Game Developer",
|
|
"MaxUploadBytes": 104857600
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |