Fix Tls, fix logging and add uuid for correlation of websocket requests
This commit is contained in:
@@ -15,7 +15,7 @@ server:
|
||||
|
||||
|
||||
logging:
|
||||
level: debug
|
||||
level: trace
|
||||
# Pretty print for human consumption otherwise json
|
||||
pretty: true
|
||||
# Log incoming requests
|
||||
@@ -70,6 +70,12 @@ hosts:
|
||||
domains:
|
||||
- chat.localhost
|
||||
|
||||
- remotes:
|
||||
- localhost
|
||||
port: 8080
|
||||
domains:
|
||||
- gorilla.localhost
|
||||
|
||||
- remotes:
|
||||
- www.google.com
|
||||
port: 443
|
||||
|
||||
Reference in New Issue
Block a user