diff --git a/README.md b/README.md index ea349a34f2768f772a798cbbcfd13aff535aba7e..b83696bc0b8da5b697314112fbb0801f0091f624 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,6 @@ Export the following environment variables. Note that you might need to alter th ```bash # Update settings based on your enviroment. - -# mariadb (Change your password!) export MARIADB_PASSWORD="" export MARIADB_USERNAME="" export MARIADB_HOST=mariadb @@ -83,7 +81,7 @@ Pre-requisites: - Java 11 > (apt install openjdk-11-jdk) - Eclipse Account API credentials - Running MariaDB instance -- create config/application/secret.properties by copying config/application/secret.properties.sample. You must update this file manually once created. +- create config/application/secret.properties by copying config/application/secret.properties.sample. You must information edit the file before starting the server. To build and start the server: