Settings - moritzmars/ScienceDataManagement GitHub Wiki
Inside the settings tab, your are able to set or change the connection string to your local database or set or change the monitoring level of your application. After you have changed or entered the setting, please click on Save to save the changes.
- SQL Connection String:
Example Connection String:
jdbc:mysql://[Database Server Name]:[Database Port]/sciencedatamanagement?user=[User Name]&password=[Password]
-
Database Server Name: Name or IP of the database server hosting the sciencedatamanagement database.
-
Database Port: Port of the database server hosting the sciencedatamanagement database.
-
User Name: User name of a user, which as full access to the sciencedatamanagement database.
-
Password: Password of the user, which as full access to the sciecedatamanagement database.
-
Application Monitoring Level:
- OFF: The logging is disabled. This option is not recommended.
- FATAL: Only FATAL and ERROR Message will be logged. This setting is recommended for production evironments.
- DEBUG: All informations are logged. This setting is recommended for debugging evironments.