logging and client info parsing changes, added trusted proxies
This commit is contained in:
17
backend/default_config.json
Normal file
17
backend/default_config.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"timezone": "Europe/Berlin"
|
||||
"logFilePath": "./servtex.log",
|
||||
"logLevel": "warning",
|
||||
|
||||
"latexEngine": "lualatex",
|
||||
"latexSourceFilePath": "./latex/Example.tex",
|
||||
"latexOutputPath": "./latex/output",
|
||||
|
||||
"webserverDomain": "localhost",
|
||||
"webserverPort": "8080",
|
||||
"webserverSecure": true,
|
||||
"webserverPortSecure": "8443",
|
||||
"certificatePath": "./tls/testing.crt",
|
||||
"certificateKeyPath": "./tls/testing.key",
|
||||
"trustedProxies": []
|
||||
}
|
||||
Reference in New Issue
Block a user