When security is disabled every one has unlimited access to URL logger, We do not recommend running URL logger with disabled security
Enables/ disables (hides) Preferences Screen
Enables logging
Improves performance when logging a lot of urls
Enables HTTPS server
Performs repository upgrade. Only set this option when asked by support
Only set this option when asked by support
http://computer:port
Used for password encryption
User session expiration time in days
Do not change
Changes top toolbar look and feel
Repository Database Connection type
Repository Database hostname
Repository Database port
Location/Name of File System Event Logger repository database
SQL Server instance name
Repository Database User Name
Repository Database Password
SMTP is used to send email notifications to admins and for password recovery
Administrator receives emails about new user registrations
From email
SMTP server host
SMTP server port
SMTP server TLS flag
SMTP server user name
SMTP server user password
{
"RUN_SQL_SCRIPTS": 0,
"WEB_SERVER_PORT": 3333,
"ENVIRONMENT_NAME": "DEV",
"ENABLE_SECURITY": 1,
"ENABLE_PREFERENCES_SCREEN": 1,
"JWT_KEY": "d6ca743e-2cfe-4f1d-aba3-39e2fbba8aae",
"JWT_EXPIRES_IN": "30d",
"DEFAULT_USER_PAGE": "frontpage",
"NODE_ENV": "production",
"CONNECTION_TYPE": "sqlite",
"DB_USER": "",
"DB_PASS": "",
"DB_NAME": "%PROGRAMDATA%/etl-tools.com/url-logger/url-logger-repository.sqlite",
"DB_HOST": "",
"DB_PORT": "",
"DB_INSTANCE": "",
"ENABLE_LOGGING": 1,
"SQL_LOGGING": 0,
"USE_CLUSTER": 0,
"USE_SSL": 0,
"TOOLBAR_CLASS": "navbar border card-header rounded bg-light",
"SMTP_USE_TLS": 0,
"SMTP_HOST": "",
"SMTP_PORT": "533",
"SMTP_USER": "",
"SMTP_PASS": "",
"ADMIN_EMAIL": "welcome@etl-tools.com",
"SMTP_FROM": "welcome@etl-tools.com"
}
Restart ETL-Tools.com URL logger (64bit) windows service
Run the following commands
sudo systemctl stop etl-tools-url-logger
sudo systemctl start etl-tools-url-logger