totpauth-web-frontend/conf.example.json

12 lines
164 B
JSON

{
"service": {
"api": {
"host": "127.0.0.1",
"port": 8080,
"proto": "http"
}
},
"application":{
"name":"MyOTPAuthProvider"
}
}