From 016e7baf19f6eea98dacae878d92fa44a213f87c Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 22 Mar 2021 16:57:17 +1100 Subject: [PATCH] Updated configuration (markdown) --- configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.md b/configuration.md index 660963c..51b17ca 100644 --- a/configuration.md +++ b/configuration.md @@ -12,7 +12,7 @@ Each [microservice](microservices) has it's own configure-script.js file; but th This file, when generated by the core project, will pull the microservices from docker hub (along with traefik and mariadb) and will put everything together. This file is ignored by git. -When it's generated by a microservice instead, it sets those up independantly. +When it's generated by a microservice instead, it sets up that microservice independently. ### Dockerfile @@ -20,4 +20,4 @@ This file covers ONLY the repo it exists in. It is committed to the repo, but is ### startup.sql -This file generates a script for mariadb that creates the appropiate database, and a user with the specified passwords. This file is ignored by git. \ No newline at end of file +This file generates a script for mariadb's first run that creates the appropriate databases, and matching users with the specified passwords. This file is ignored by git. \ No newline at end of file