From 0d846411b841d404f7cdc033b9cf82beceecbe33 Mon Sep 17 00:00:00 2001 From: Seth Shaw <108362375+seth-shaw-asu@users.noreply.github.com> Date: Wed, 17 Jul 2024 09:59:12 -0700 Subject: [PATCH] update note formatting --- docs/installation/manual/installing-crayfish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/manual/installing-crayfish.md b/docs/installation/manual/installing-crayfish.md index 1b045444e..8bd9e532b 100644 --- a/docs/installation/manual/installing-crayfish.md +++ b/docs/installation/manual/installing-crayfish.md @@ -96,7 +96,7 @@ sudo chown www-data:www-data /var/log/islandora Each Crayfish component requires one or more `.yaml` file(s) to ensure everything is wired up correctly. -**NOTICE** +!!! note "Update the defaults to meet your needs" The following configuration files represent somewhat sensible defaults; you should take consideration of the logging levels in use, as this can vary in desirability from installation to installation. Also note that in all cases, `http` URLs are being used, as this guide does not deal with setting up https support. In a production installation, this should not be the case. These files also assume a connection to a PostgreSQL database; use a `pdo_mysql` driver and the appropriate `3306` port if using MySQL.