Skip to content

Commit

Permalink
mojaloop#395 Added the SEED for endpointType (mojaloop#142)
Browse files Browse the repository at this point in the history
* Added the SEED for endpointType

* Removed unused seed
  • Loading branch information
shashi165 authored Sep 27, 2018
1 parent a02083e commit 1fe920f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions seeds/endpointType.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,25 @@
'use strict'

const endpointTypes = [
{
'name': 'FSIOP_CALLBACK_URL',
'description': 'Mojaloop compliant callback URL'
},
{
'name': 'ALARM_NOTIFICATION_URL',
'description': 'Participant callback URL to which alarm notifications can be sent'
},
{
'name': 'ALARM_NOTIFICATION_TOPIC',
'description': 'Kafka topic used to publish alarm notifications'
},
{
'name': 'FSPIOP_CALLBACK_URL_TRANSFER_POST',
'description': 'Participant callback URL to which transfer post can be sent'
},
{
'name': 'FSPIOP_CALLBACK_URL_TRANSFER_PUT',
'description': 'Participant callback URL to which transfer put can be sent'
},
{
'name': 'FSPIOP_CALLBACK_URL_TRANSFER_ERROR',
'description': 'Participant callback URL to which transfer error notifications can be sent'
}
]

Expand Down

0 comments on commit 1fe920f

Please sign in to comment.