chg: [D4server] add shared hmac key in config

pull/49/head
Terrtia 2021-03-30 18:27:42 +02:00
parent dc3cdcbc1c
commit b7998d5601
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 0 deletions
server/configs

View File

@ -6,6 +6,7 @@ save_directory = None
[D4_Server]
# registration or shared-secret
server_mode = registration
default_hmac_key = private key to change
analyzer_queues_max_size = 10000
[Flask_Server]