15 lines
316 B
JSON
15 lines
316 B
JSON
{
|
|
"AppSettings": {
|
|
"Secret": "TP8m7KXUgjW8x4j2"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "server=localhost;port=3306;database=crossmap_dev;user=alex;password=alex88003;SslMode=none"
|
|
}
|
|
}
|