-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
328 additions
and
173 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
# Enables the API to access real time data. | ||
# | ||
#api: | ||
# Enables the plugin | ||
# | ||
#enable: true | ||
|
||
# The address that the server binds to | ||
# | ||
#bind: :8080 | ||
|
||
# Sets this in the allowed origin header | ||
# | ||
#allowedOrigins: | ||
# - "http://*" | ||
# - "https://*" |
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,4 +1,10 @@ | ||
# Enables the prometheus server for real time metric tracking. | ||
# | ||
#prometheus: | ||
# Enables the plugin | ||
# | ||
#enable: true | ||
|
||
# The address that the server binds to | ||
# | ||
#bind: :9070 |
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,37 +1,49 @@ | ||
#trafficLimiters: | ||
#default: | ||
# Server IDs to watch the traffic | ||
# Configuration for traffic limiters | ||
# | ||
#trafficLimiter: | ||
# Enables the plugin | ||
# | ||
#enable: true | ||
|
||
# A map of traffic limiter configurations | ||
# | ||
#trafficLimiters: | ||
# This is just an ID. In this case "default", | ||
# but you can give it a name that makes sense for you. | ||
# | ||
#serverIds: | ||
# - default | ||
|
||
# File is used to persistently store data | ||
# | ||
#file: bandwidth.yml | ||
|
||
# This is the amount of traffic until the server gets limited. | ||
# Valid sizes are B, KB, MB, GB, TB, PB and EB. | ||
# | ||
#trafficLimit: 1TB | ||
#default: | ||
# Server IDs to watch the traffic | ||
# | ||
#serverIds: | ||
# - default | ||
|
||
# File is used to persistently store data | ||
# | ||
#file: bandwidth.yml | ||
|
||
# This is the amount of traffic until the server gets limited. | ||
# Valid sizes are B, KB, MB, GB, TB, PB and EB. | ||
# | ||
#trafficLimit: 1TB | ||
|
||
# Sets the schedule for the job that resets the consumed bytes from the traffic limiter. | ||
# For more info on the Cron sysntax see here: https://en.wikipedia.org/wiki/Cron | ||
# | ||
#resetCron: "@monthly" | ||
|
||
# The message that is displayed to a client when they try to connect | ||
# but the server is out of bandwidth. | ||
# | ||
#outOfBandwidthMessage: Sorry {{username}}, but the server is out of bandwidth. | ||
# Sets the schedule for the job that resets the consumed bytes from the traffic limiter. | ||
# For more info on the Cron sysntax see here: https://en.wikipedia.org/wiki/Cron | ||
# | ||
#resetCron: "@monthly" | ||
# The message that is displayed to a client when they try to connect | ||
# but the server is out of bandwidth. | ||
# | ||
#outOfBandwidthMessage: Sorry {{username}}, but the server is out of bandwidth. | ||
|
||
# This is the ping response that clients see of your server when it is out of bandwidth. | ||
# | ||
#outOfBandwidthStatus: | ||
#versionName: Infrared | ||
#protocolNumber: 0 | ||
#maxPlayerCount: 0 | ||
#playerCount: 0 | ||
#iconPath: icons/default.png | ||
#motd: | | ||
# Powered by Infrared | ||
# §6Server at {{serverDomain}} is out of bandwidth. | ||
# This is the ping response that clients see of your server when it is out of bandwidth. | ||
# | ||
#outOfBandwidthStatus: | ||
#versionName: Infrared | ||
#protocolNumber: 0 | ||
#maxPlayerCount: 0 | ||
#playerCount: 0 | ||
#iconPath: icons/default.png | ||
#motd: | | ||
# Powered by Infrared | ||
# §6Server at {{serverDomain}} is out of bandwidth. |
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
Oops, something went wrong.