backend/buisnesslogic/src/main/java/META-INF/additional-spring-configura...

25 lines
653 B
JSON
Raw Normal View History

2020-12-20 16:44:30 +01:00
{
"properties": [
{
"name": "plannaplan.email",
"type": "java.lang.String",
"description": "Email from which app sends message"
2020-12-31 13:45:07 +01:00
},
{
"name": "plannaplan.apiurl",
"type": "java.lang.String",
"description": "Url to usos api endpoints"
},
{
"name": "plannaplan.apikey",
"type": "java.lang.String",
"description": "Api consumer key"
},
{
"name": "plannaplan.apisecret",
"type": "java.lang.String",
"description": "Api consumer secret"
2020-12-20 16:44:30 +01:00
}
]
}