20 lines
No EOL
322 B
JSON
20 lines
No EOL
322 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"database": "<DatabaseConnectionString>"
|
|
},
|
|
"gitDomain": "<GitDomain>",
|
|
"gitToken": "<GitToken>",
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"EndPoints": {
|
|
"Http": {
|
|
"Url": "http://0.0.0.0:5000"
|
|
}
|
|
}
|
|
}
|
|
} |