aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-12 22:52:48 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-12 22:52:48 -0400
commit90a3e2d92c242a7a318d26ee33b4ca056e8152fb (patch)
tree1ed4d1182566525948f9c2647bade1f0d204d84a /README.md
parentUpdate README.md (diff)
downloadferdium-server-90a3e2d92c242a7a318d26ee33b4ca056e8152fb.tar.gz
ferdium-server-90a3e2d92c242a7a318d26ee33b4ca056e8152fb.tar.zst
ferdium-server-90a3e2d92c242a7a318d26ee33b4ca056e8152fb.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 277ce07..a73b717 100644
--- a/README.md
+++ b/README.md
@@ -109,11 +109,11 @@ For more information on configuring the Docker image, please read [the ferdi doc
109 109
110## Configuration 110## Configuration
111 111
112franz-server's configuration is saved inside the `.env` file. Besides AdonisJS's settings, ferdi-server has the following custom settings: 112franz-server's configuration is saved inside an `.env` file. Besides AdonisJS's settings, Ferdi-server has the following custom settings:
113- `IS_CREATION_ENABLED` (`true` or `false`, default: `true`): Whether to enable the [creation of custom recipes](#creating-and-using-custom-recipes) 113- `IS_CREATION_ENABLED` (`true` or `false`, default: `true`): Whether to enable the [creation of custom recipes](#creating-and-using-custom-recipes)
114- `IS_REGISTRATION_ENABLED` (`true` or `false`, default: `true`): Whether to enable the creation of new user accounts 114- `IS_REGISTRATION_ENABLED` (`true` or `false`, default: `true`): Whether to enable the creation of new user accounts
115- `IS_DASHBOARD_ENABLED` (`true` or `false`, default: `true`): Whether to enable the user dashboard 115- `IS_DASHBOARD_ENABLED` (`true` or `false`, default: `true`): Whether to enable the user dashboard
116- `CONNECT_WITH_FRANZ` (`true` or `false`, default: `true`): Whether to enable connections to the Franz server. By enabling this option, ferdi-server can: 116- `CONNECT_WITH_FRANZ` (`true` or `false`, default: `true`): Whether to enable connections to the Franz server. By enabling this option, Ferdi-server can:
117 - Show the full Franz recipe library instead of only custom recipes 117 - Show the full Franz recipe library instead of only custom recipes
118 - Import Franz accounts 118 - Import Franz accounts
119 119