From 69e37c2a1bf2b4fd564d1a53cda3980041afd118 Mon Sep 17 00:00:00 2001 From: Aroop Roelofs Date: Thu, 25 Jan 2024 17:51:09 +0100 Subject: [PATCH] Add linebreak --- docs/core/configure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/configure.md b/docs/core/configure.md index f7229cd3..93244b95 100644 --- a/docs/core/configure.md +++ b/docs/core/configure.md @@ -4,7 +4,7 @@ Allows easily setting application configs using JSON rather than environment-var ## Getting Started -First, create a file `config.json` at your application's root. +First, create a file `config.json` at your application's root. By default `debug` and `error_log` are set to these values. If you want to change them, this is the place where to do it! ```json