diff --git a/docs/getting-started/docker.md b/docs/getting-started/docker.md index 5b649ed..ac4197a 100644 --- a/docs/getting-started/docker.md +++ b/docs/getting-started/docker.md @@ -35,7 +35,7 @@ cd Kekkai ssl_certificate_key /etc/nginx/ssl/privkey.pem; ``` -??? note "The main config is `config_sample.yaml` for Kekkai" +??? note "The main config is `config.sample.yaml` for Kekkai" ```yaml database: user: 'DATABASE_USERNAME' @@ -49,7 +49,7 @@ cd Kekkai Fill in the data in the `database` item, as well as in the `.env` config -??? note "`.env-sample` config for PostgreSQL" +??? note "`.env.sample` config for PostgreSQL" ```.env # Connection secret for postgres. You should change it to a random password # Please use only the characters `A-Za-z0-9`, without special characters or spaces @@ -67,7 +67,7 @@ cd Kekkai - Consider changing `DB_PASSWORD` to a custom value. Postgres is not publically exposed, so this password is only used for - local authentication. To avoid issues with Docker parsing this value, it is best to use only the characters `A-Za-z0-9`. !!! note - After editing, rename the config files by removing `sample` in the name + After editing, rename the config files by removing `.sample` in the name ### Steps 3 - Start the containers diff --git a/docs/getting-started/manual.md b/docs/getting-started/manual.md index c2536ac..f921549 100644 --- a/docs/getting-started/manual.md +++ b/docs/getting-started/manual.md @@ -21,7 +21,7 @@ cd Kekkai ... ``` -??? note "The main config is `config_sample.yaml` for Kekkai" +??? note "The main config is `config.sample.yaml` for Kekkai" ```yaml database: user: 'DATABASE_USERNAME'