Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/resources/application.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf
index 50f18c6..64ff160 100644
--- a/src/main/resources/application.conf
+++ b/src/main/resources/application.conf
@@ -5,6 +5,7 @@ akka {
spray.can {
server {
+ server-header = "TwbsRorschach/0.1 (https://github.com/twbs/rorschach)"
request-timeout = 5 s
}