Skip to content

Commit 36e9f0b

Browse files
authored
Update README.md
1 parent d885321 commit 36e9f0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ Check the [Release Notes](https://github.com/JeffersonLab/jmyapi/releases) to se
6363
```
6464

6565
## 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 classpath 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).
6868

6969
### 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).
7171

7272

7373
## Build

0 commit comments

Comments
 (0)