19 lines
379 B
JSON
19 lines
379 B
JSON
{
|
|
"ftpHost": "www531.your-server.de",
|
|
"ftpPort": 21,
|
|
"ftpUser": "bergisnu_4",
|
|
"ftpPass": "o2#M*NN^5EsT",
|
|
"ftpRemoteBaseDir": "/public_html/releases",
|
|
"apiBaseUrl": "https://dc.mhdf.de",
|
|
"excludePatterns": [
|
|
"*.pdb",
|
|
"*.xml",
|
|
"appsettings.Development.json",
|
|
"appsettings.Staging.json",
|
|
"*.log",
|
|
"logs/**",
|
|
"scratch/**",
|
|
"*.tmp"
|
|
]
|
|
}
|