Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 440 Bytes

README.md

File metadata and controls

22 lines (22 loc) · 440 Bytes

example config

{
    "list": [
        {
        	"name": "VPN",
        	"secret" : "2IGPMWLF2FHA8DJW6KKQ724RL",
        	"isOTP": true
        },
        {
        	"name": "AWS",
        	"secret" : "JD93UMBII26NOYEDR7WE7WXJQOJTVKXZZZCNKL34F5UFN5CFGJLCR4IVEJVFI0IO",
        	"isOTP": true
        },
        {
        	"name": "GitHub",
        	"secret": "supersecretpassword",
        	"isOTP": false
        }        
    ]
}