You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,11 +63,11 @@ Check the [Release Notes](https://github.com/JeffersonLab/jmyapi/releases) to se
63
63
```
64
64
65
65
## Configure
66
-
### Properties
67
-
The library requires configuration properties be included in the runtime classpath. Specifically a _deployments.properties_ file is needed to indicate the host names of MYA servers. A template for the properties can be found [here](https://github.com/JeffersonLab/jmyapi/blob/main/config/deployments.properties.template). You must create your own _deployments.properties_ file and include it on the runtime classpath.
66
+
### Deployments
67
+
A _deployments.properties_ file must be included in the runtime classpathto indicate the host names of MYA servers. A template for the properties can be found [here](https://github.com/JeffersonLab/jmyapi/blob/main/config/deployments.properties.template).
68
68
69
69
### Authentication
70
-
In order to interact with the MYA server users must authenticate (MySQL user auth). This is done using a username and password from a _credentials.properties_ file, which must be included in the runtime classpath. A template for the properties can be found [here](https://github.com/JeffersonLab/jmyapi/blob/main/config/credentials.properties.template).
70
+
A _credentials.properties_ file must be included in the runtime classpath to indicate the MariaDB username and password to use. A template for the properties can be found [here](https://github.com/JeffersonLab/jmyapi/blob/main/config/credentials.properties.template).
0 commit comments