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