Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
auto-tx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vamp
auto-tx
Commits
cc12e0d5
Commit
cc12e0d5
authored
7 years ago
by
Niko Ehrenfeuchter
Browse files
Options
Downloads
Patches
Plain Diff
More configuration elements to be made optional.
This is NOT YET reflected in the configuration example XML!
parent
92391e7c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AutoTx/XmlWrapper/ServiceConfig.cs
+13
-4
13 additions, 4 deletions
AutoTx/XmlWrapper/ServiceConfig.cs
with
13 additions
and
4 deletions
AutoTx/XmlWrapper/ServiceConfig.cs
+
13
−
4
View file @
cc12e0d5
...
...
@@ -18,6 +18,12 @@ namespace AutoTx.XmlWrapper
SmtpPort
=
25
;
SmtpUserCredential
=
""
;
SmtpPasswortCredential
=
""
;
EmailPrefix
=
""
;
AdminEmailAdress
=
""
;
AdminDebugEmailAdress
=
""
;
InterPacketGap
=
0
;
EnforceInheritedACLs
=
true
;
}
...
...
@@ -67,12 +73,9 @@ namespace AutoTx.XmlWrapper
public
string
TmpTransferDir
{
get
;
set
;
}
public
string
EmailFrom
{
get
;
set
;
}
public
string
AdminEmailAdress
{
get
;
set
;
}
public
string
AdminDebugEmailAdress
{
get
;
set
;
}
public
string
EmailPrefix
{
get
;
set
;
}
public
int
ServiceTimer
{
get
;
set
;
}
public
int
InterPacketGap
{
get
;
set
;
}
public
int
MaxCpuUsage
{
get
;
set
;
}
public
int
MinAvailableMemory
{
get
;
set
;
}
public
int
AdminNotificationDelta
{
get
;
set
;
}
...
...
@@ -106,6 +109,12 @@ namespace AutoTx.XmlWrapper
public
string
SmtpPasswortCredential
{
get
;
set
;
}
public
int
SmtpPort
{
get
;
set
;
}
public
string
EmailPrefix
{
get
;
set
;
}
public
string
AdminEmailAdress
{
get
;
set
;
}
public
string
AdminDebugEmailAdress
{
get
;
set
;
}
public
int
InterPacketGap
{
get
;
set
;
}
/// <summary>
/// EnforceInheritedACLs: whether to enforce ACL inheritance when moving files and
/// directories, see https://support.microsoft.com/en-us/help/320246 for more details.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment