-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task #78 - README.md file updates and new env variables added, ShowVe…
…rsionServlet fix
- Loading branch information
ak
committed
Feb 14, 2024
1 parent
cc4c471
commit 94ac689
Showing
9 changed files
with
34 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
srvlog-service/src/main/java/com/payneteasy/srvlog/adapter/syslog/ISyslogAdapterConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
package com.payneteasy.srvlog.adapter.syslog; | ||
|
||
import com.payneteasy.startup.parameters.AStartupParameter; | ||
|
||
/** | ||
* Date: 04.01.13 | ||
*/ | ||
public interface ISyslogAdapterConfig { | ||
|
||
@AStartupParameter(name = "SYSLOG_PROTOCOL", value = "tcp") | ||
String getSyslogProtocol(); | ||
|
||
@AStartupParameter(name = "SYSLOG_HOST", value = "localhost") | ||
String getSyslogHost(); | ||
|
||
@AStartupParameter(name = "SYSLOG_PORT", value = "2514") | ||
int getSyslogPort(); | ||
} |
27 changes: 0 additions & 27 deletions
27
...service/src/main/java/com/payneteasy/srvlog/adapter/syslog/SpringSyslogAdapterConfig.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.