We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9049b9f commit 0401336Copy full SHA for 0401336
docs/docs/usage/control-interface.md
@@ -24,16 +24,4 @@ You can also manually edit that file.
24
25
**Make sure that TallyArbiter is closed while making changes, because otherwise they will be overwritten!**
26
27
-You can change the security of the settings and the producer page by adding or replacing the following section to your `config.json` file:
28
-
29
-```javascript
30
-{
31
- "security":
32
- {
33
- "username_settings": "admin",
34
- "password_settings": "12345",
35
- "username_producer": "producer",
36
- "password_producer": "12345"
37
- }
38
-}
39
-```
+On the settings page can the settings be exported/imported to/from a file via the configuration interface.
0 commit comments