# Rtadmin configuration file # Values from this file are used only if another value is not provided # in cli explicitly. # Each key in configuration file can be specified globally for all # commands. In this case key should not be put in any section. # # Example: # auth-pin-input=console # # Or key can be specified for certain command. In this case key should # be put in section with desired command name. # # Example 1: # [format] # auth-pin-input=console # # Example 2: # format.auth-pin-input=console # # To define input mode for authorization use 'auth-pin-input' key. auth-pin-input=options # To define input mode for new PINs use 'new-pin-input' key. format.new-pin-input=default new-pin-input=options # To define PIN generation setting use 'gen-settings' key. gen-settings=lower-letters upper-letters digits spec-chars # To define log file location use 'log-file' key. # log-file=log.txt # To define pin file location use 'pin-file' key. # pin-file=pin-file.txt # To define minimum PIN length for user and so PIN (applies at format) use 'min-pin-length' key. min-pin-length=6 # To define PIN retries count (applies at format) use 'max-pin-retry-count' key. max-pin-retry-count=10