Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir authored Nov 6, 2024
1 parent 2abefe0 commit 3d9971a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ public class HelloWorldDemo {
## Configure

### Properties
The default configuration properties are located in [jlog-default.properties](https://github.com/JeffersonLab/jlog/blob/master/src/main/resources/jlog-default.properties). You can override them by creating your own jlog.properties and including it in your home directory. Or you can programmatically set properties within a Java application using [Library.setConfiguration()](https://jeffersonlab.github.io/jlog/org/jlab/jlog/Library.html#setConfiguration(java.util.Properties)).
The default configuration properties are located in [jlog-default.properties](https://github.com/JeffersonLab/jlog/blob/master/src/main/resources/jlog-default.properties). You can override them by creating your own jlog.properties and including it in your home directory. Or you can programmatically set properties within a Java application using [Library.setConfiguration()](https://jeffersonlab.github.io/jlog/v5.1.0/org/jlab/jlog/Library.html#setConfiguration(java.util.Properties)).

### Authentication
In order to interact with the logbook server users must authenticate. This is done using a [logbook server client certificate](https://logbooks.jlab.org/content/api-authentication), which is assumed to be located in the user's home directory in a file named _.elogcert_. You can override the location of the certificate with [LogEntry.setClientCertificatePath()](https://jeffersonlab.github.io/jlog/org/jlab/jlog/LogEntry.html#setClientCertificatePath(java.lang.String,boolean)).
In order to interact with the logbook server users must authenticate. This is done using a [logbook server client certificate](https://logbooks.jlab.org/content/api-authentication), which is assumed to be located in the user's home directory in a file named _.elogcert_. You can override the location of the certificate with [LogEntry.setClientCertificatePath()](https://jeffersonlab.github.io/jlog/v5.1.0/org/jlab/jlog/LogEntry.html#setClientCertificatePath(java.lang.String,boolean)).

## Build
This project is built with [Java 17](https://adoptium.net/) (compiled to Java 11 bytecode), and uses the [Gradle 7](https://gradle.org/) build tool to automatically download dependencies and build the project from source:
Expand Down

0 comments on commit 3d9971a

Please sign in to comment.