From 324e419a248d8b3479b5f82aac77f3729f8aaef7 Mon Sep 17 00:00:00 2001 From: oskar3123 Date: Thu, 22 Nov 2018 23:34:39 +0100 Subject: [PATCH] Update page 'Configuration' --- Configuration.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Configuration.md diff --git a/Configuration.md b/Configuration.md new file mode 100644 index 0000000..5fd3402 --- /dev/null +++ b/Configuration.md @@ -0,0 +1,17 @@ +#### Default Config +```YAML +2fa: + issuer: 'Mineworlds' + account: '{NAME}' + # session time in minutes + sessiontime: 1440 +``` + +#### `2fa.issuer` +The service name part of the default description in the 2FA app. + +#### `2fa.account` +The account part of the default description in the 2FA app. + +#### `2fa.sessiontime` +The time in minutes a user will not have to enter a new code when connecting from the same IP \ No newline at end of file